Questions tagged [python-pdfreader]

Python API to parse PDF documents, extract texts (plain and formatted), images, XObjects, Forms and other data. Provides direct access to all object attributes and object history. Follows PDF 1.7 specification.

Python API to parse PDF documents, extract texts (plain and formatted), images, XObjects, Forms and other data.

Follows PDF 1.7 specification.

Provides direct access to all object attributes and object history.

See pdfreader - Tutorials and Examples

32 questions
-1
votes
2 answers

Update Python code - the PyPDF2 library has deprecated objects used in Python code

I have been able to use the Python code in a Linux based OS, but when I tried to run it the same code on a Windows based OS, I got deprecation messages. My question is: How can the code be updated to overcome the deprecation issues? The Python code…
1 2
3