I slapped together a possibly useful php wrapper for highly useful open source tools. Now you can strip the passwords from your pdfs with only a web browser. Don’t thank me, thank the guys over at mupdf for pdfclean or maybe my sister for needing my help with pdfs. check it out: https://be3n.com/toybox/breakpdf/
FYI, it only helps with DRM, not encryption. enjoy.
Hi,
I would like to implement your pdf clean tool on my website (in php) but don’t know how to start.
Would you mind giving a hint on how to do that ?
Thanks in advance for your answer
my php calls the C binary from mupdf. it’s really badly written by me. I will publish something eventually. but i need to remove a few secret paths.