nycynik / PythonPDFtoPNG

Converting a PDF to a PNG using wand, pythonMagic and PythonMagicWand as a comparison
GNU General Public License v3.0
16 stars 6 forks source link

Python PDF to PNG

Converting a PDF to a PNG using wand, --pythonMagic-- and --PythonMagicWand-- as a comparison

I found that wand seems to be the only currently supported imagemagick library for python.

It was also found that jpeg results in better image output that PNG files. This could be dependant on the PDF, but it's worth a try if your output needs improvement.