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
Running the test script on the sample file produces a traceback.
Traceback (most recent call last): File "./test.py", line 9, in <module> image = viewer.canvas.images[name].to_Pillow() File "/home/rhlisch/.local/lib/python3.7/site-packages/pdfreader/pillow.py", line 71, in to_Pillow my_cs, base_cs, hival, lookup = cs[0], cs[1], cs[2], cs[3].filtered AttributeError: 'HexString' object has no attribute 'filtered'
The text was updated successfully, but these errors were encountered:
@lisch Fixed on master. Thanks for reporting! Feel free to contribute btw :-)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Running the test script on the sample file produces a traceback.
The text was updated successfully, but these errors were encountered: