- 2 Posts
- 6 Comments
Joined 2 years ago
Cake day: July 26th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
antihero@lemm.eeOPto Linux@lemmy.ml•How to **remove** (not extract) all attachment from a pdf on linux with some open source software?English2·2 years agoI found much easier solution,
pdftk A=oldpdf.pdf cat A output newpdf.pdf
. This removes all metadata and also the attachments.
antihero@lemm.eeOPto Linux@lemmy.ml•How to **remove** (not extract) all attachment from a pdf on linux with some open source software?English2·2 years agoYes but in my case the pdf file is big and I libreoffice draw hangs. Also i found another solution (added that to post).
antihero@lemm.eeOPto Linux@lemmy.ml•How to **remove** (not extract) all attachment from a pdf on linux with some open source software?English1·2 years agoThat worked but it removed bookmarks. I added solution to the post.
antihero@lemm.eeOPto Linux@lemmy.ml•How to **remove** (not extract) all attachment from a pdf on linux with some open source software?English4·2 years agoSorry, but that is for image extraction.
antihero@lemm.eeOPto Linux@lemmy.ml•How to **remove** (not extract) all attachment from a pdf on linux with some open source software?English5·2 years agoI am talking about removing them from pdf. For extracting them this works
pdftk [pdf_file.pdf] unpack_files
.
Can you give some resources on how to do so.