- 2 Posts
- 6 Comments
Joined 3 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?English
2·3 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?English
2·3 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?English
1·3 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?English
4·3 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?English
5·3 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.