Skip to content

Instantly share code, notes, and snippets.

@m-esm
Created March 14, 2019 01:35
Show Gist options
  • Save m-esm/6f0a107c90824849ae2c56c4531ec120 to your computer and use it in GitHub Desktop.
Save m-esm/6f0a107c90824849ae2c56c4531ec120 to your computer and use it in GitHub Desktop.
convert photos in directory to single pdf file
convert "*.{png,jpeg}" -quality 100 outfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment