Page 1 of 1

multipage TIff to single page TIFF

Posted: 2015-10-23T09:57:31-07:00
by Rajeshsms
Hello all,

Is there a way to convert mulitpage Tiff file to single PDF docs. I did use the convert tool but it only converted the firstpage of the TIFF.
Thanks in advance.

Re: multipage TIff to single page TIFF

Posted: 2015-10-23T10:22:12-07:00
by snibgo
This makes a PDF that contains one page for each image in the TIFF:

Code: Select all

convert in.tiff out.pdf
Is that what you want?

Re: multipage TIff to single page TIFF

Posted: 2015-10-23T10:47:06-07:00
by fmw42
What version of Imagemagick are you using? You may need to upgrade to the current version to deal with multi-page TIFFs