im trying to convert a jpg (scanned with 150 dpi) to a pdf with a4 papersize.
But the scan shoud appear in original size.
At first i tryed the following:
Code: Select all
convert test.jpg -page a4 out.pdf
Then i read the forum and googled:
the -density should help
So i tryed:
Code: Select all
convert test.jpg -page a4 -density 150 out.pdf
What am i doing wrong?
Regards
Juergen