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,
convert -density 300 1.jpg -adjoin 2.jpg -adjoin 3.jpg -density 300 combined.pdf
but `identify combined.pdf` does not ...
Search found 1 match
- 2012-03-01T18:28:10-07:00
- Forum: Users
- Topic: Convert Adjoin Will Not Preserve 300dpi
- Replies: 1
- Views: 4717