Most efficient way of converting .pdf to .tiff

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • setori88
    New Member
    • Sep 2008
    • 7

    Most efficient way of converting .pdf to .tiff

    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
  • YarrOfDoom
    Recognized Expert Top Contributor
    • Aug 2007
    • 1243

    #2
    Hmmm, you could try to find another module to read the pdf, and use data from it to reconstruct the pages with PIL, that's what I would would try.

    This would sure help. There maybe is another way to do it, but this one is sure to work.

    edit:
    maybe you don't need an extra module to read it, and just read the file using standard methods.

    Comment

    Working...