diff options
| author | Lars Ingebrigtsen | 2019-09-29 14:26:26 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-29 14:26:26 +0200 |
| commit | c9af343448e890a80093db03dd9a70f55c0cbde3 (patch) | |
| tree | 9335f94f6ebbe34bcc461bc403bed006040c311b /etc | |
| parent | 58847eaf0d66ec4747ca56974327ccff2ba6c264 (diff) | |
| download | emacs-c9af343448e890a80093db03dd9a70f55c0cbde3.tar.gz emacs-c9af343448e890a80093db03dd9a70f55c0cbde3.zip | |
Allow customising pdf-to-text parameters
* lisp/doc-view.el (doc-view-pdf->txt): Allow customising the
parameters (bug#8519).
(doc-view-pdftotext-program-args): New variable.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -607,6 +607,9 @@ its functions. | |||
| 607 | *** New commands 'doc-view-presentation' and 'doc-view-fit-window-to-page'. | 607 | *** New commands 'doc-view-presentation' and 'doc-view-fit-window-to-page'. |
| 608 | *** Added support for password-protected PDF files | 608 | *** Added support for password-protected PDF files |
| 609 | 609 | ||
| 610 | *** A new variable 'doc-view-pdftotext-program-args' has been added to | ||
| 611 | allow controlling how the conversion to text is done. | ||
| 612 | |||
| 610 | ** Ido | 613 | ** Ido |
| 611 | *** New user option 'ido-big-directories' to mark directories whose | 614 | *** New user option 'ido-big-directories' to mark directories whose |
| 612 | names match certain regular expressions as big. Ido won't attempt to | 615 | names match certain regular expressions as big. Ido won't attempt to |