Splitting and Merging PDFs with Python
The PyPDF2 package allows you to perform many useful operations on existing PDFs. In this article, we will learn how to split a single PDF into multiple smaller ones and how to join a series of PDFs back together into a single PDF.
Note: PyPDF2 has undergone tumultuous development over the past 15 years. The current version supports Python 2.7-3.11. It w…


