pypdf Library
Jump to navigation
Jump to search
A pypdf Library is a Python PDF library.
- Example(s):
- pypdf v3.16.2 ~2023-09-24 [1].
- ...
https://github.com/py-pdf/pypdf/releases
- See: PyPDF2 Library.
References
2023
2023
- GBard
- PyPDF is a pure-Python library that allows you to manipulate PDF files. It can be used to split, merge, crop, and transform PDF pages, as well as extract text, metadata, and images from PDFs. You can also add custom data, viewing options, and passwords to PDF files with PyPDF.
PyPDF is a popular choice for Python developers who need to work with PDFs because it is easy to use, well-documented, and has a wide range of features. It is also free and open-source software.
- PyPDF is a pure-Python library that allows you to manipulate PDF files. It can be used to split, merge, crop, and transform PDF pages, as well as extract text, metadata, and images from PDFs. You can also add custom data, viewing options, and passwords to PDF files with PyPDF.
2023
- GBard
Version Date Notes 3.1.0 2023-09-24 Significant improvements compared to previous versions. Please refer to the migration guide for more information. 3.0.0 2023-08-04 Initial release of pypdf 3.0. 2.3.0 2022-07-06 Added support for Python 3.10. 2.2.0 2021-06-08 Added support for Python 3.9. 2.1.0 2020-05-07 Added support for Python 3.8. 2.0.0 2019-04-06 Added support for Python 3.7. 1.28.4 2018-03-05 Fixed a bug that prevented pypdf from working with Python 3.6. 1.28.3 2017-02-04 Fixed a bug that caused pypdf to crash when opening certain PDF files. 1.28.2 2016-01-03 Added support for Python 3.5. 1.28.0 2015-12-02 Added support for Python 3.4.