Skip to content

Instantly share code, notes, and snippets.

@jamiely
Created June 19, 2018 02:41
Show Gist options
  • Save jamiely/8c7c720e03119ca4231f6e68d1b2b132 to your computer and use it in GitHub Desktop.
Save jamiely/8c7c720e03119ca4231f6e68d1b2b132 to your computer and use it in GitHub Desktop.
Create a PDF from images, auto rotating based on exif data, downsampling images, reducing quality, and stripping exif data.

Create a PDF from images, auto rotating based on exif data, downsampling images, reducing quality, and stripping exif data.

convert -auto-orient -quality 85% -sampling-factor 4:2:0 -strip *.jpg my.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment