Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created January 16, 2011 14:12
Show Gist options
  • Save creaktive/781812 to your computer and use it in GitHub Desktop.
Save creaktive/781812 to your computer and use it in GitHub Desktop.
gs -dSAFER -dBATCH -dNOPAUSE -r300 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sDEVICE=tiff24nc -sOutputFile=new.tif old.pdf Ghostscript unlock tools
gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sFONTPATH=xfonts;. -sPDFPassword= -dPDFSETTINGS=/prepress -dPassThroughJPEGImages=true -sOutputFile=new.pdf old.pdf
gs -dSAFER -dBATCH -dNOPAUSE -r300 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sDEVICE=tiff24nc -sOutputFile=new.tif old.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment