#? import PIL #? import ghostscript #? import imagemagik from all_of_these import the_best_way
Refactorings
No refactoring yet !
Thibaut Barrère
October 21, 2008, October 21, 2008 15:17, permalink
You can try using imagemagick command line:
convert file.pdf image%04d.tiff
setori88.myopenid.com
October 22, 2008, October 22, 2008 01:37, permalink
wouldnt there be any other arguments like dpi, pagesize, device, etc?
setori88.myopenid.com
October 22, 2008, October 22, 2008 01:49, permalink
when i run that command i get:
"The selected file is not a valid Microsoft Office Document Imaging file"
when i try to open it with the native ms tiff reader
any ideas?
Thibaut Barrère
October 22, 2008, October 22, 2008 06:34, permalink
Yes I guess you don't have imagemagick installed - the convert you're launching may be an office convert tool.
You'll have to install imagemagick, here for windows: http://www.imagemagick.org/script/binary-releases.php#windows
All the command line switches are here: http://www.imagemagick.org/script/convert.php
Hello all
As the title says; I need to convert .pdf to .tiff. What is the best way of doing it? From there we can refactor it further!
Kind Regards