

You can also use these instructions for earlier Windows versions. NET Framework 3.5 to run an app on Windows 11, Windows 10, Windows 8.1, and Windows 8. = 232 passed, 1 xfailed, 1 warning in 4.You may need the. Rootdir: /home/moose/GitHub/Martin/PyPDF2 PyPDF2 includes a test suite which can be executed with pytest: $ pytest = test session starts = Adding unit tests for new features or testĬases for bugs you've fixed help us to ensure that the Pull Request (PR) is fine.

CodeĪll code contributions are welcome, but smaller ones have a better chance to Print(PyPDF2._version_) to tell us which version you're using. IssuesĪ good bug ticket includes a MCVE - a minimal complete verifiable example.įor PyPDF2, this means that you must upload a PDF that causes the bug to occurĪs well as the code you're executing with all of the output. You can contribute to the PyPDF2 community by answering questionsĪnd asking users who report issues for MCVE's (Code + example PDF!). Want to make their live easier to experts who developed software before PDFĮxisted. The experience PyPDF2 users have covers the whole range from beginners who

You can support PyPDF2 by writingĭocumentation, helping to narrow down issues, and adding code. Maintaining PyPDF2 is a collaborative effort. splitting, merging, reading and creatingĪnnotations, decrypting and encrypting, and more.Ī lot of questions are asked and answered Usage from PyPDF2 import PdfReader reader = PdfReader ( "example.pdf" ) number_of_pages = len ( reader. Will need to install some extra dependencies. If you plan to use PyPDF2 for encrypting or decrypting PDFs that use AES, you You can install PyPDF2 via pip: pip install PyPDF2 PyPDF2 is a free and open-source pure-python PDF library capable of splitting, Development will continue with pypdf=3.1.0. PyPDF2=3.0.X will be the last version of PyPDF2. NOTE: The PyPDF2 project is going back to its roots.
