Last Updated: February 25, 2016
·
502
· lukestringer90

Converting individual images to single PDF

Make sure you have Homebrew installed. Then install the imagemagick package.

brew install imagemagick

Assuming you have a collection of png files you want to compile into a single pdf:

convert *.png -quality 100 compiled_images.pdf