Skip to content

Instantly share code, notes, and snippets.

@xyzkab
Created July 23, 2020 12:50
Show Gist options
  • Save xyzkab/9cd6f420161af2d07d8f0c81bf95bfd9 to your computer and use it in GitHub Desktop.
Save xyzkab/9cd6f420161af2d07d8f0c81bf95bfd9 to your computer and use it in GitHub Desktop.
Fix damaged PDF file
gs \
  -o repaired.pdf \
  -sDEVICE=pdfwrite \
  -dPDFSETTINGS=/prepress \
   corrupted.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment