Squoggle

Mac's tech blog

Monthly Archives: September 2020

Linux Convert Command

This command requires that the imagemagick package be installed.

sudo apt install imagemagick

To combine two single page pdf files into one multi-page pdf:

convert file1.pdf file2.pdf merged.pdf

 

More to come