Making multi-page PDFs from separate JPG images with ImageMagick

Was looking for a way to help Jacqui produce a single PDF from several jpeg scans today. Turned out - as is often the case with a nice Linux desktop - the answer was right under our noses. We have a bunch of scans, named Scan-001.jpg, Scan-002.jpg thru Scan-009.jpg. We want an output PDF file that lets you download all dozen pages as one PDF.

How hard can that be? This hard - with ImageMagick:

convert -density 150 Scan*jpg Output.pdf

Well. Um. I can't see that kind of ease of use and functionality ever busting into the mainstream market, can you?

I'm sure most people would rather scrape around the interweb looking for something that might be shareware, or malware, or another piece of software entirely. Yep.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <code> <br> <h2> <h3> <h4> <h5> <h6>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.