Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 270 Bytes

create-pdf-from-images.md

File metadata and controls

15 lines (10 loc) · 270 Bytes

Create a PDF from images

First, install imagemagick

brew install imagemagick

Jump through random hoops to complete install.

Use splat operator to collect images and convert them to a PDF.

convert ~/pictures/*.jpeg ~/documents/output.pdf