Variable: doc-view-dvipdf-program
doc-view-dvipdf-program is a customizable variable defined in
doc-view.el.gz.
Value
"dvipdf"
Documentation
Program to convert DVI files to PDF.
DVI file will be converted to PDF before the resulting PDF is converted to PNG.
If this and doc-view-dvipdfm-program are set,
doc-view-dvipdf-program will be preferred.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-dvipdf-program "dvipdf"
"Program to convert DVI files to PDF.
DVI file will be converted to PDF before the resulting PDF is
converted to PNG.
If this and `doc-view-dvipdfm-program' are set,
`doc-view-dvipdf-program' will be preferred."
:type 'file)