I would like to convert some image files to PDF by using convert.exe.
But, I can't fit the picture to a A4 format PDF (picture is always cropped or very smart...)
Actually I use this code :
Code: Select all
convert -density 300 -page A4 mypicture.jpg myfile.pdf
How can I do ?