Closed lisch closed 2 years ago
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'
@lisch Fixed on master. Thanks for reporting! Feel free to contribute btw :-)
Running the test script on the sample file produces a traceback.