Page 1 of 1

Multi-page PDFs

Posted: 2011-01-31T16:00:38-07:00
by iamften
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

Re: Multi-page PDFs

Posted: 2011-01-31T19:07:34-07:00
by anthony
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

Re: Multi-page PDFs

Posted: 2011-02-02T12:25:56-07:00
by iamften
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!