Multipage tiff conversion to PDF problem

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
edc

Multipage tiff conversion to PDF problem

Post by edc »

Hello!
When I convert some multipage TIFF to PDF, I got pdf file with blank pages. TIFF example is here (deleted)

ImageMagick 6.4.2 07/26/08 Q8 for win32

Same problem if I convert with libtiff-tools (version 3.8.2-7 linux) and http://www.pdfonline.com online converter
Last edited by edc on 2008-08-20T07:10:49-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Multipage tiff conversion to PDF problem

Post by magick »

The image appears to have bogus resolution information. Try this command:
  • convert 50003179251.tiff -density 72 50003179251.pdf
edc

Re: Multipage tiff conversion to PDF problem

Post by edc »

Thanks for quick answer!
Post Reply