Does anyone have actual experience with pypdf with version 3.x python ?
Maybe I am confused, but looked like only a 2.x version is available.
thanks
Thanks for the link. There is a readme file that has a main program to test the pyPdf library functions. After a few stumbles I was able to get it working.
The pdf.py has a from .generic import .... statment that was missing import of RectangleObject in its list.
In the readme script, I replaced the file( .., ..) with open, didn't understand file( )
So, it did produce the output file and count the pages. I can say this rudimentary test works.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.