Skip to content

Instantly share code, notes, and snippets.

@lyshie
Created August 2, 2022 14:56
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 lyshie/673f452aaab7376f1ca0b4a4d2a48c44 to your computer and use it in GitHub Desktop.
Save lyshie/673f452aaab7376f1ca0b4a4d2a48c44 to your computer and use it in GitHub Desktop.
Replace all font glyphs in a PDF by converting them to outline shapes

1. Fix missing fonts

$ pdftocairo [original.pdf] -pdf [tmp.pdf]

2. Convert all used fonts to outline shapes

$ gs -o [file-with-outlines.pdf] -dNoOutputFonts -sDEVICE=pdfwrite [tmp.pdf]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment