-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more pdf-to-image engines? #27
Comments
@dimitern What do you think? |
Also GhostScript has a bad fame of being vulnerable. Probably we want something written in a memory-safe language like rust or java. So +1 for pdfbox. But for this being efficient we need lebedov/python-pdfbox#10 first. Also there is https://github.com/katjas/PDFrenderer |
Is there any update on removing GhostScript? |
Just FYI, pypdfium2 (ctypes binding to google's pdfium) is liberal-licensed, too.1 pdfium is written in C/C++, though, so not an inherently memory safe language, as opposed to Java. Footnotes
|
PR submitted: #384 |
Ghostscript does the job of doing this currently but is a pain to install and debug and does not have a friendly license. Before we can do #13, does it make sense to use
python-pdfbox
. Then again, it downloads the pdfbox jar file and would need java to be installed on user systems.atlanhq/camelot#346
The text was updated successfully, but these errors were encountered: