Add bookmarks into PDF using PyPDF2
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
翻译 - 使用Python读写PDF的实用程序
A Django + PyPDF2 application extracting PDF pages, merging and replacing PDF files online.
Tool made to remove password in pdf files
A Python library for reading and writing PDF, powered by QPDF
Simple pdf to text with python using PDFtk and PyPDF2
A package to extract tables from pdf files.
利用PyPDF2去除扫描全能王水印
最近复习大神的pdf,发现有些重点的页面需要单独保存,在网上找了半天pdf拆分合并的工具,并没有好用的,所以自己用Python的PyPDF2和tkinter写了一个小工具,里面是代码以及打包好的exe可执行文件。