Squoggle

Mac's tech blog

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

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.