A friend of mine was looking for a way to batch-convert images into PDFs. Here’s a simple algorithm for converting JPG to PDF using jpg2pdf.org. Since I use a Mac, the tutorial will be for Mac/Linux.
For Mac, install Brew
from here.
For Linux, install imagemagick
and poppler-utils
.
Use this one-line script to convert all images in the current folder.
Leave a Reply