claird / PyPDF4

A utility to read and write PDFs with Python
obsolete-https://pythonhosted.org/PyPDF2/
Other
328 stars 61 forks source link

NotImplementedError: unsupported filter /JBIG2Decode #74

Closed zoj613 closed 3 years ago

zoj613 commented 4 years ago

Getting this error for an image: NotImplementedError: unsupported filter /JBIG2Decode when calling the .getData() method on an image inside a pdf. Any way to get around this?