Skip to content

Instantly share code, notes, and snippets.

@billsuxx
Created February 18, 2014 19:16
Show Gist options
  • Save billsuxx/9077837 to your computer and use it in GitHub Desktop.
Save billsuxx/9077837 to your computer and use it in GitHub Desktop.
linux: merge jpgs to pdf
convert -append input1.jpg input2.jpg output.jpg
convert output.jpg output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment