By Andrew McCombe
January 14, 2020
Recently I needed to send someone a PDF file containing a bunch of documents I had scanned. This turned out to be easily done using Imagemagick:
convert image1.jpg image2.jpg image3.jpg Documents.pdf
This adds each image to a separate page in the PDF file.