multipage TIff to single page TIFF

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Rajeshsms
Posts: 3
Joined: 2015-02-26T08:46:35-07:00
Authentication code: 6789

multipage TIff to single page TIFF

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: multipage TIff to single page TIFF

Post 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?
snibgo's IM pages: im.snibgo.com
User avatar
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

Post by fmw42 »

What version of Imagemagick are you using? You may need to upgrade to the current version to deal with multi-page TIFFs
Post Reply