Convert Adjoin Will Not Preserve 300dpi
Posted: 2012-03-01T18:28:10-07:00
I am trying to convert 3 jpgs with 300dpi resolution into a 3 page PDF with 300dpi resolution.
What is the right command line to accomplish this?
This is what I have tried,
but `identify combined.pdf` does not show this resolution on the pdf file:
What is the right command line to accomplish this?
This is what I have tried,
Code: Select all
convert -density 300 1.jpg -adjoin 2.jpg -adjoin 3.jpg -density 300 combined.pdf
What am I doing wrong?combined.pdf[0] PDF 612x792 612x792+0+0 16-bit Bilevel DirectClass 183KB 0.040u 0:00.009
combined.pdf[1] PDF 612x792 612x792+0+0 16-bit Bilevel DirectClass 183KB 0.020u 0:00.009
combined.pdf[2] PDF 612x792 612x792+0+0 16-bit Bilevel DirectClass 183KB 0.010u 0:00.000