I am trying to convert multipage PDF's to either multi-page PDF's or several TIFF files. I have used the command:
convert file1.pdf file2.pdf
and also
convert file1.pdf image_%02.tiff
The file that results has only one page in it.
I am using 6.6.7-Q16 on Cygwin. I have also tried Windows command line also.
Any ideas?
Thanks
Multi-page PDFs
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Multi-page PDFs
See Postscript example which IM handling in the same way
http://www.imagemagick.org/Usage/text/#postscript
Just a warning though....
A word about Vector Image formats
http://www.imagemagick.org/Usage/formats/#vector
http://www.imagemagick.org/Usage/text/#postscript
Just a warning though....
A word about Vector Image formats
http://www.imagemagick.org/Usage/formats/#vector
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Multi-page PDFs
Thank you for your help. I am using iText to create the pages and for whatever reason, they are not splitting properly. I am making the PDF's the old-fashioned way (using Word to convert them) and that seems to be doing the trick. Thank you!