forked from py-pdf/pypdf
-
Notifications
You must be signed in to change notification settings - Fork 61
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
EncodedStreamObject creation is not implemented #79
Comments
So I attempted to do what I talked about - noticed the FlateCodec class doesn't exist in the version on pypi, installed from this git repo, and now I get an unknown xref error:
|
So I needed to use
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyPDF4/pypdf/generic.py
Lines 960 to 963 in 9c60d9d
Hi, sorry but I am not familiar with PDF formats whatsoever. Is there a reason this isn't supported yet? Can we just take some bytes, reapply the compression/encoding and be done, or am I missing something?
The text was updated successfully, but these errors were encountered: