Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Created December 13, 2015 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/d952a7822ec667e95d89 to your computer and use it in GitHub Desktop.
Save stefanschmidt/d952a7822ec667e95d89 to your computer and use it in GitHub Desktop.
Convert raster images with same pixel size but different resolution to same size PDF
convert page.png -units PixelsPerInch -density 300x300 page.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment