claird / PyPDF4

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

`pypdfBytes()` may return a unicode object #41

Closed kurtmckee closed 5 years ago

kurtmckee commented 5 years ago

In Python 2, if pypdfBytes() is provided a unicode object as its input it will return a unicode object.

acsor commented 5 years ago

Do you note any anomaly while running with the Py3 interpreter? (I wish I had more time to do the experimen myself.)

kurtmckee commented 5 years ago

Testing suggested no problems with Python 3.