Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show pdf permissions #19

Open
MartinThoma opened this issue Mar 28, 2023 · 1 comment
Open

Show pdf permissions #19

MartinThoma opened this issue Mar 28, 2023 · 1 comment

Comments

@MartinThoma
Copy link
Member

https://unix.stackexchange.com/questions/552452/how-do-i-detect-a-restricted-pdf-using-command-line

@pubpub-zz
Copy link

Personnally I use this code to remove permissions:

import pypdf
www = pypdf.PdfWriter(clone_from="input.pdf")
www.write("output.pdf")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants