How to remove (not extract) all attachment from a pdf on linux with some open source software?
How to remove (not extract) all attachment from a pdf on linux with some open source software?
Could not find how to do it with qpdf
or pdftk
or even a gui tool.
Edit:
Solution pdftk A=oldpdf.pdf cat A output newpdf.pdf
This removes all metadata and also the attachments.
You're viewing a single thread.
View all comments
16
comments
gs -o noimage.pdf -sDEVICE=pdfwrite -dFILTERIMAGE input.pdf
can't test it right now though.
6 0 Reply
You've viewed 16 comments.
Scroll to top