claird / PyPDF4

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

Update filters.py according to pypdf2 (issue #422) #101

Open TVC-ScS opened 2 years ago

TVC-ScS commented 2 years ago

There are some errors in some cases during zlib decompression (eg. I have a PDF with overlay of text, it is the same issue which is documented here https://github.com/mstamy2/PyPDF2/issues/422 ). With this change, the decompression is working without errors.