Problem with multipage PDF to TIFF conversion
Posted: 2012-12-18T02:28:31-07:00
Hi, I'm a new ImageMagick user and first of all thanks for the forum.
I'm trying to convert a multipage pdf file in several tiff files (one file per pdf page) but I get only the tiff that represents the first page of the pdf.
I'm using this command:
with this version of imagemagick:
Where is the problem?
Thanks
I'm trying to convert a multipage pdf file in several tiff files (one file per pdf page) but I get only the tiff that represents the first page of the pdf.
I'm using this command:
Code: Select all
convert -background White -flatten -colorspace Gray -density 300 -depth 8 input.PDF output.%d.tif
Code: Select all
Version: ImageMagick 6.8.0-9 2012-12-11 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: OpenMP
Thanks