camelot-py/camelot/backends
orent 96b9f04e38
Call pdftopng in python instead of subprocess
Using the poppler backed failed for me because I was running it from an un-activated venv and pdftopng was not in the PATH.

My original workaround was even shorter - I imported the convert function directly into the PopplerBackend class. But this import will fail on initialization if pdftopng is not installed and will prevent using the ghostscript backend, so I converted it to late import.
2021-09-30 14:10:30 +03:00
..
__init__.py Add image conversion backends 2021-06-28 01:58:45 +05:30
ghostscript_backend.py Make ghostscript default backend and add support for string keywords 2021-07-11 17:25:56 +05:30
image_conversion.py Make ghostscript default backend and add support for string keywords 2021-07-11 17:25:56 +05:30
poppler_backend.py Call pdftopng in python instead of subprocess 2021-09-30 14:10:30 +03:00