Skip to content

Instantly share code, notes, and snippets.

@kleo
Created March 24, 2022 17:00
Show Gist options
  • Save kleo/d966c52e782862fad88f012c8cd3cb68 to your computer and use it in GitHub Desktop.
Save kleo/d966c52e782862fad88f012c8cd3cb68 to your computer and use it in GitHub Desktop.
Strip metadata example.pdf and re-linearise
# https://exiftool.org/forum/index.php?topic=3943.msg54704#msg54704
exiftool -all= -overwrite_original example.pdf
mv example.pdf temp.pdf
qpdf --linearize temp.pdf example.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment