Skip to content

Instantly share code, notes, and snippets.

@MarkusH
Created October 5, 2016 10:10
Show Gist options
  • Save MarkusH/5c7b94e01e56282a989667be80a71f4f to your computer and use it in GitHub Desktop.
Save MarkusH/5c7b94e01e56282a989667be80a71f4f to your computer and use it in GitHub Desktop.
A4 PDF from images
convert file1 file2 file3 -compress JPEG -resize 1140x1653 -gravity Center -extent 1240x1753 -units PixelsPerInch -density 150x150 out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment