Skip to content

Instantly share code, notes, and snippets.

@markusritschel
Created April 1, 2021 20:44
Show Gist options
  • Save markusritschel/6a932237735faa8d42ec8f367587a15a to your computer and use it in GitHub Desktop.
Save markusritschel/6a932237735faa8d42ec8f367587a15a to your computer and use it in GitHub Desktop.
Remove all annotations from a PDF
pdftk in.pdf output - uncompress | sed '/^\/Annots/d' | pdftk - output out.pdf compress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment