Skip to content

Instantly share code, notes, and snippets.

@hfs
Created May 12, 2014 20:39
Show Gist options
  • Save hfs/52fa889728d1f03c547f to your computer and use it in GitHub Desktop.
Save hfs/52fa889728d1f03c547f to your computer and use it in GitHub Desktop.
Merge several JPEGs into one PDF using ImageMagick
#!/bin/sh
convert input1.jpg input2.jpg input3.jpg output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment