Improve PDF page count detection. Improve PDF orientation detection. Merge CONVERTER_LIBREOFFICE_PATH and CONVERTER_PDFTOPPM_PATH config settings into CONVERTER_GRAPHICS_BACKEND_CONFIG. GitLab issue #384 #376 #377. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
5 lines
127 B
Python
5 lines
127 B
Python
from __future__ import unicode_literals
|
|
|
|
DEFAULT_PDFTOPPM_PATH = '/usr/bin/pdftoppm'
|
|
DEFAULT_PDFINFO_PATH = '/usr/bin/pdfinfo'
|