How to remove 'anti-piracy' footers from complex PDFs?

https://sh.itjust.works/post/48239542

How to remove 'anti-piracy' footers from complex PDFs? - sh.itjust.works

I have some sewing patterns that I would like to share (and hopefully swap) but all of the PDFs have a >“This was purchased by John Doe [email protected] [[email protected]] #ordernumber - if you are not John Doe, please dob in the person you got this from to [email protected] [[email protected]] so we can sick our lawyers on them” sorta footer on every single page. Obviously for privacy reasons (and because I don’t actually want lawyers sicked onto me), I need to remove this footer. These are often complex PDFs with more than a hundred pages and multiple layers. I managed to successfully remove the editing password (not user/viewing password, just can’t edit without password) with qpdf --decrypt. But removing that footer has left me at a dead end. I have even tried manually removing every single instance of those footers using Master PDF Editor but saving the file flattened it and you are no longer able to show/hide layers which is essential for correct printing. (Please don’t ask me how many different PDF editors I have tried because it has been so so SO many I have lost count). Not that I really want to have to manually edit this out on what could amount to over a thousand pages but searching for a command to remove a certain phrase has come up empty. Even Master PDF Editor doesn’t seem to have a bulk remove or search and replace function (just search). I use Linux btw.

MaM irc or forums might be able to help with that, if you’re a member, they deal with PDFs and such all the time.
I keep meaning to sign up so now is as good time as any!

Two replies there that came to my attention, while I’m unable to get back to sleep at 5am. An old one mentioning github.com/kanzure/pdfparanoia which seems to be an old tool that removes watermarks, hasn’t been updated in 5 years, but neither has the PDF spec?

The other is this paste of text:

if it helps anyone, here’s what I do to prepare a pattern for uploading to make sure it is ‘clean’:

Check over the PDF files for any reference to my name/email address (usually this is in a footer on each page, and not every pattern company does this) If my personal details are present, I unlock the files using a site like ILovePDF - There are other sites but this one has no daily limits Open the unlocked PDF in Adobe Professional or another PDF editor of your choice and delete the footer box. You can just delete the box on the first page it appears, or the first page it is a standalone box, then save the pdf, close and reopen it - usually it will now be gone from all pages. Repeat for any other PDF files (obviously) Run PDF and jpeg files through an exif cleaner Double check and upload.
GitHub - kanzure/pdfparanoia: pdf watermark removal library for academic papers

pdf watermark removal library for academic papers. Contribute to kanzure/pdfparanoia development by creating an account on GitHub.

GitHub

Iirc, tested it out quite a few years ago, and I had to use a software that would both decompile and recompile the PDF, and while it was decompiled, I had to remove the repeating pattern I didn't want with something like Notepad++. File got recompiled a bit over 50% bigger iirc, maybe different compression methods, but the pages themselves didn't seem affected.

Sadly can't remember the name of the program I used for compiling and recompiling, only that it'd do both and that I looked for how to remove watermarks from PDFs.

Found a few candidate tools though can test neither now, mutool (part of the mupdf tools), PDFtk, qpdf, pdf2txt (name sounds familiar though it might be memory playing tricks).

If any of those could be found as a single portable exe around 2020, chances are it is the tool I used for it.

There’s also GhostScript, which feels like advanced tooling for dealing with PDFs. I used it to scale down the images in some game PDFs I have and save as a copy, so that my old phones could actually open them. The Warcrow free PDF from Corvus Belli went from a whopping 623MB to around 111MB. Still way too fucking large for my phones. The PDF for Mantic Firefight went from 65MB to ~20MB.
After reading this thread I’m just going to steal the physical books 🥷