issues
search
TiffinTech
/
python-pdf-audo
71
stars
44
forks
source link
Use non-deprecated PyPDF2 code
#3
Open
MartinThoma
opened
1 year ago
MartinThoma
commented
1 year ago
The current code has several issues
PdfFileReader is deprecated within PyPDF2
A file handle is opened, but not closed
PyPDF2 is deprecated (pypdf should be used): See
https://github.com/py-pdf/pypdf/tree/3.x
/
https://github.com/py-pdf/pypdf/pull/1517
Fixes #2
The current code has several issues
Fixes #2