How To Create A Multi-Page PDF From Images
January 14th, 2020
Warning: This post is 4 years old. Some of this information may be out of date.
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.
Previous →
Using Docker with Laravel