You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, when I user your code to remove pdf password,
exception raised at getNumPages.If I don't encrypt it , it seems that I can't get getNumPages attribute.
File "/home/wg/PycharmProjects/webdriverTest/venv/lib/python3.9/site-packages/PyPDF2/pdf.py", line 1150, in getNumPages
raise utils.PdfReadError("File has not been decrypted")
PyPDF2.utils.PdfReadError: File has not been decrypted
Does it work normal on your computer now?
The text was updated successfully, but these errors were encountered:
hi, when I user your code to remove pdf password,
exception raised at getNumPages.If I don't encrypt it , it seems that I can't get getNumPages attribute.
File "/home/wg/PycharmProjects/webdriverTest/venv/lib/python3.9/site-packages/PyPDF2/pdf.py", line 1150, in getNumPages
raise utils.PdfReadError("File has not been decrypted")
PyPDF2.utils.PdfReadError: File has not been decrypted
Does it work normal on your computer now?
The text was updated successfully, but these errors were encountered: