Skip to content

Instantly share code, notes, and snippets.

@leifwickland
Created November 21, 2014 03:14
Show Gist options
  • Save leifwickland/710c5e7637a5bbe6a817 to your computer and use it in GitHub Desktop.
Save leifwickland/710c5e7637a5bbe6a817 to your computer and use it in GitHub Desktop.
Convert a JPG to PDF with ghostscript
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf /usr/share/ghostscript/9.10/lib/viewjpeg.ps -c \(image/path.jpg\) viewJPEG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment