jpg->pdf works but image

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
boromb
Posts: 17
Joined: 2009-01-29T03:20:34-07:00

jpg->pdf works but image

Post by boromb »

Hello!

I'm converting tiff images to jpg but if the tiff image is of multipage type then
I create pdf of those pages.
Works good but the images added to pdf file are small for some reason.
PDF page is much bigger than the image and I don't know why.

Is there something to do to make Image fill out the hole pdf page?

Best regards!
boromb
Posts: 17
Joined: 2009-01-29T03:20:34-07:00

Re: jpg->pdf works but image

Post by boromb »

Converting "original" jpg to PDF works perfectly but converting
tiff to jpg and then convert those jpg to PDF creates
pdf pages containing images smaller than the page.

Hope for help!
boromb
Posts: 17
Joined: 2009-01-29T03:20:34-07:00

Re: jpg->pdf works but image

Post by boromb »

Solved :)

When converting tiff to jpg I put -density 72 as parameter and it results in a
great PDF :)

Regards!
Post Reply