-
How to remove password for opening pdf? I have the password, but want to remove password with python. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Open the PDF, use |
Beta Was this translation helpful? Give feedback.
-
It works. Two more questions. |
Beta Was this translation helpful? Give feedback.
-
This is a mixture of different things: available PDF properties plus features of the viewer you are using (which may or may not correspond to PDF properties).
You must try out how your viewer translates these PDF terms. |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
This is a mixture of different things: available PDF properties plus features of the viewer you are using (which may or may not correspond to PDF properties).
With PyMuPDF you can only set PDF properties of course. This comprises the following:
You must try out how your viewer translates these PDF terms.