claird / PyPDF4

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

Change ContentStream.__parseContentStream so that readObject is called with self.pdf instead of None; solves issues when pdf.strict is checked in readObject methods. #82

Open emelenas opened 4 years ago

emelenas commented 4 years ago

Workaround issue https://github.com/claird/PyPDF4/issues/81