Variable: doc-view-single-page-converter-function

doc-view-single-page-converter-function is a variable defined in doc-view.el.gz.

Value

nil

Documentation

Function to call to convert a single page of the document to a bitmap file.

May operate on the source document or on some intermediate (typically PDF) conversion of it.

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defvar doc-view-single-page-converter-function nil
  "Function to call to convert a single page of the document to a bitmap file.
May operate on the source document or on some intermediate (typically PDF)
conversion of it.")