Variable: doc-view-pdftotext-program-args
doc-view-pdftotext-program-args is a customizable variable defined in
doc-view.el.gz.
Value
("-raw")
Documentation
Parameters to give to the pdftotext command.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-pdftotext-program-args '("-raw")
"Parameters to give to the pdftotext command."
:version "27.1"
:type '(repeat string))