aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-29 14:26:26 +0200
committerLars Ingebrigtsen2019-09-29 14:26:26 +0200
commitc9af343448e890a80093db03dd9a70f55c0cbde3 (patch)
tree9335f94f6ebbe34bcc461bc403bed006040c311b /etc
parent58847eaf0d66ec4747ca56974327ccff2ba6c264 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f858c958317..cb8b6fcac18 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
611allow 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
612names match certain regular expressions as big. Ido won't attempt to 615names match certain regular expressions as big. Ido won't attempt to