Skip to content

Instantly share code, notes, and snippets.

@eff-kay
Created August 20, 2020 19:24
Show Gist options
  • Save eff-kay/66f734901213d46f1586a29c56e5a91c to your computer and use it in GitHub Desktop.
Save eff-kay/66f734901213d46f1586a29c56e5a91c to your computer and use it in GitHub Desktop.
pdf_stuff
gs \
-dCompatibilityLevel=1.4 \
-dCompressFonts=true \
-dSubsetFonts=true \
-dNOPAUSE \
-dBATCH \
-sDEVICE=pdfwrite \
-sOutputFile=$2 \
-c ".setpdfwrite <</NeverEmbed [ ]>> setdistillerparams" \
-f $1
//$1 is the input, $2 is the output
// xpdftools/pdffonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment