-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
PyPDF2.utils.PdfReadError: Creating EncodedStreamObject is not currently supported #656
Comments
add set_data() for encoded streams also, complete FlateEncode to get all requierd attributes Ease data manipulation without going through ContentStream (slow) closes py-pdf#656
I've produced a PR to introduce set_data() into |
Hi, Is there any update on this? I got the same error as @ghost |
Please open a new issue, filling all the necessary details. |
My task is to find and replace the text in pdf, I used pyPDF2 package to replace the text, but when I try to replace I'm receiving an error like
and my code is
I tried lots of way many times, please help me to solve this error
The text was updated successfully, but these errors were encountered: