Skip to content

Commit

Permalink
feat(repo): add strip metadata scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gijosso committed Apr 17, 2024
1 parent 906bab0 commit eb47c3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file modified cv.pdf
Binary file not shown.
Binary file modified resume.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions update-pdf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
exiftool -all= resume.pdf
qpdf --linearize resume.pdf - > resume.cleaned.pdf
rm resume.pdf
rm resume.pdf_original
mv resume.cleaned.pdf resume.pdf
exiftool -all= cv.pdf
qpdf --linearize cv.pdf - > cv.cleaned.pdf
rm cv.pdf
rm cv.pdf_original
mv cv.cleaned.pdf cv.pdf
```

0 comments on commit eb47c3e

Please sign in to comment.