Search found 2 matches

by ma1
2012-04-25T13:54:11-07:00
Forum: Users
Topic: jpg to pdf conversion changes the image dimension
Replies: 3
Views: 5452

Re: jpg to pdf conversion changes the image dimension

PDF is vector format and so I believe it requires you to set a density so that the PDF "image" will match what you want with the JPG

try

convert image.jpg -density XX image.pdf

specify XX as dpi or dpc, you can add -units pixelsperinch or pixelspercentimeter

see
http://www.imagemagick.org ...
by ma1
2012-04-25T07:53:38-07:00
Forum: Users
Topic: jpg to pdf conversion changes the image dimension
Replies: 3
Views: 5452

jpg to pdf conversion changes the image dimension

Hi,

I am using convert to convert multiple jpg images into a single pdf. The pdf file is crearted but the dimension of image in pdf is different from the original image.
I want to keep the original jpg image dimension in the resulting pdf.

What should i do to achive the above?

I am using Fedora ...