Skip Navigation
antihero antihero @lemm.ee
Posts 2
Comments 5
Lemmy might, MIGHT have a small bias towards the left
  • it's not left it's middle

  • How do I change **User Interface** font of flatpak applications?
  • Can you give some resources on how to do so.

  • How do I change User Interface font of flatpak applications?

    4
    How to **remove** (not extract) all attachment from a pdf on linux with some open source software?
  • I found much easier solution, pdftk A=oldpdf.pdf cat A output newpdf.pdf. This removes all metadata and also the attachments.

  • How to **remove** (not extract) all attachment from a pdf on linux with some open source software?
  • That worked but it removed bookmarks. I added solution to the post.

  • 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.

    11