antihero @lemm.ee
Posts 2
Comments 5
Lemmy might, MIGHT have a small bias towards the left 7 7
it's not left it's middle
Reply
How do I change **User Interface** font of flatpak applications? 6 1
Can you give some resources on how to do so.
Reply
How to **remove** (not extract) all attachment from a pdf on linux with some open source software? 2 0
I found much easier solution, pdftk A=oldpdf.pdf cat A output newpdf.pdf
. This removes all metadata and also the attachments.
Reply
How to **remove** (not extract) all attachment from a pdf on linux with some open source software? 1 0
That worked but it removed bookmarks. I added solution to the post.
Reply
How to **remove** (not extract) all attachment from a pdf on linux with some open source software? 4 0
Sorry, but that is for image extraction.
Reply
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.
Next