We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mstamy2/PyPDF2/blob/94a208e2924b77d8e3b93cccacc2c8e2f5ac3baf/PyPDF2/filters.py#L361
decodeParms may be an ArrayObject, in which case the above exception is raised by filters.decodeStreamData()
decodeParms
filters.decodeStreamData()
The text was updated successfully, but these errors were encountered:
BUG: Handle cases where decodeParms is an ArrayObject (#405)
ba7ee5b
Fixes bug where decodeParms.get(...) causes AttributeError: 'ArrayObject' object has no attribute 'get' Closes #404
Successfully merging a pull request may close this issue.
https://github.com/mstamy2/PyPDF2/blob/94a208e2924b77d8e3b93cccacc2c8e2f5ac3baf/PyPDF2/filters.py#L361
decodeParms
may be an ArrayObject, in which case the above exception is raised byfilters.decodeStreamData()
The text was updated successfully, but these errors were encountered: