Search results
No longer exists
- PyPDF2.pdf (the pdf module) no longer exists. The contents were moved with the library. You should most likely import directly from PyPDF2 instead.
github.com/py-pdf/pypdf/discussions/933
People also ask
What is pypdf2?
Is pypdf2 deprecated?
What is the last version of pypdf2?
What happened to pypdf2?
How to install pypdf2 in Python?
Can pypdf2 retrieve text and metadata from a PDF?
Dec 31, 2022 · PyPDF2 is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. PyPDF2 can retrieve text and metadata from PDFs as well.
Jul 31, 2020 · I'm using the PyPDF2 library for extracting text, images, page width and heights, annotations, and other attributes from pdf documents. However, the library has many bugs and issues and seems not to be maintained for a long time already.
PyPDF2 is a free and open source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files.
May 31, 2022 · The 2.0.0 release of PyPDF2 includes three core changes: Dropping support for Python 3.5 and older. Introducing type annotations. Interface changes, mostly to have PEP8-compliant names; We introduced a deprecation process that hopefully helps users to avoid unexpected breaking changes. Breaking Changes (DEP) PyPDF2 2.0 requires Python 3.6+.
On the PyPI page of PyPDF2 you can read: NOTE: The PyPDF2 project is going back to its roots. PyPDF2==3.0.X will be the last version of PyPDF2. Development will continue with pypdf==3.1.0. As for the docs, there is a corresponding issue to make this more clear as well: #2051.
How is pypdf related to PyPDF2? PyPDF2 was a fork from the original pyPdf. After several years, the fork was merged back into pypdf (now all lowercase).
Jan 27, 2010 · How is PyPDF2 related to pyPdf? PyPDF2 is a fork from the no-longer-maintained pyPdf approved by the latter’s founder. Which Python versions are supported? PyPDF2 2.0+ supports Python 3.6 and later. PyPDF2 1.27.10 supported Python 2.7 to 3.10. Who uses PyPDF2? pyPdf is vendored into several projects. That means the code of pyPdf was copied ...