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.
multipage TIff to single page TIFF
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: multipage TIff to single page TIFF
This makes a PDF that contains one page for each image in the TIFF:
Is that what you want?
Code: Select all
convert in.tiff out.pdf
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: multipage TIff to single page TIFF
What version of Imagemagick are you using? You may need to upgrade to the current version to deal with multi-page TIFFs