aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFederico Tedin2019-02-03 13:48:31 -0300
committerTassilo Horn2019-02-04 16:47:00 +0100
commitd5f629d193ffe88c464379f02dd2adaadc9dfdf0 (patch)
tree01e4cc7e6efa8a4fb99fb14d512ad88cc0388933 /etc
parentd6f430cb88bc4c395c1ce9f405a938699491b517 (diff)
downloademacs-d5f629d193ffe88c464379f02dd2adaadc9dfdf0.tar.gz
emacs-d5f629d193ffe88c464379f02dd2adaadc9dfdf0.zip
Allow doc-view to open password-protected PDF files (bug#33684)
* lisp/doc-view.el (doc-view-ghostscript-options): Removed "-sDEVICE" option. (doc-view-ghostscript-device): New customizable variable, passed as "-sDEVICE" option to GhostScript. (doc-view-pdf-password-protected-ghostscript-p): New function. (doc-view-pdf->png-converter-ghostscript): Can now open password-protected PDF files. (doc-view-pdfdraw-program-subcommand): New function. (doc-view-pdf-password-protected-pdfdraw-p): New function. (doc-view-pdf->png-converter-mupdf): Can now open password-protected PDF files. * etc/NEWS: Mention new doc-view-mode feature.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2e3d92f2515..bbfc3285ee6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -334,6 +334,7 @@ asked to use :host 'local and :family 'ipv6.
334 334
335** doc-view-mode 335** doc-view-mode
336*** New commands doc-view-presentation and doc-view-fit-window-to-page 336*** New commands doc-view-presentation and doc-view-fit-window-to-page
337*** Added support for password-protected PDF files
337 338
338** map.el 339** map.el
339*** Now also understands plists. 340*** Now also understands plists.