Hi guys,
I have a series of .pdf file I need to convert to .tiff files.
- I have looked at PIL, though seems PIL does not have .pdf read support
(http://effbot.org/imagingbook/format-pdf.htm)
there is the Ghostscript option, but from previous experience I get resolution problems after the conversion, and no matter how I play with resolution variable the problem persists.
What do you suggest, and could you be so kind as to point me in the right direction?
Kind regards
I have a series of .pdf file I need to convert to .tiff files.
- I have looked at PIL, though seems PIL does not have .pdf read support
(http://effbot.org/imagingbook/format-pdf.htm)
there is the Ghostscript option, but from previous experience I get resolution problems after the conversion, and no matter how I play with resolution variable the problem persists.
What do you suggest, and could you be so kind as to point me in the right direction?
Kind regards
Comment