jusher00

Results 1 issues of jusher00

This bug was already reported in PyPDF2 ([here](https://github.com/mstamy2/PyPDF2/issues/389)) and I was just able to reproduce the same behavior with PyPDF4. The corresponding lines of code are [here](https://github.com/claird/PyPDF4/blob/master/pypdf/generic.py#L53-L69) and [here](https://github.com/claird/PyPDF4/blob/master/pypdf/generic.py#L660-L665). My...