Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
18
rated 0 times [  18] [ 0]  / answers: 1 / hits: 12953  / 1 Year ago, fri, january 20, 2023, 8:00:09

I've purchased a pdf and want to highlight areas of it and add comments for my own personal reference.



I've look at its properties through Foxit Reader (running through wine), and, irritatingly, I'm not allowed to Modify the Document or Comment in the Document



The pdf is just a normal pdf is every other respect.



How can I unlock this pdf so I can modify it and add comments?


More From » pdf

 Answers
3

If you're not averse to using the terminal, there's a package called qpdf that you can install. It's in the software center. To remove protections from your file you can use something like this:



qpdf --password=your_password --decrypt yourfile.pdf output.pdf


That should do the job. As a side note, another useful (also command line) tool to have for working with pdf files is pdftk.

Example from man pdftk:



pdftk secured.pdf input_pw foopass output unsecured.pdf


Hope that helps!


[#22071] Sunday, January 22, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligenvirt

Total Points: 238
Total Questions: 98
Total Answers: 100

Location: Senegal
Member since Fri, Aug 21, 2020
4 Years ago
;