Top "Pypdf2" questions

PyPDF2 is a pure-python PDF library capable of splitting, merging together, cropping, and transforming the pages of PDF files.

PyPDF2 write doesn't work on some PDF files (Python 3.5.1)

First of all I am using Python 3.5.1 (32 bit version) I wrote the following program to add a pagenumber on all …

python python-3.x pdf reportlab pypdf2
How to extract text from a Specific Area in a PDF using Python?

I'm trying to extract Text from a PDF using Python, and I have successfully done so using PyPDF2 like this: …

python python-2.7 pdf pypdf2
How to convert the extracted text from PDF to JSON or XML format in Python?

I am using PyPDF2 to extract the data from PDF file and then converting into Text format? PDF format for …

python json xml pypdf2
Change metadata of pdf file with pypdf2

I want to add a metadata key-value pair to the metadata of a pdf file. I found a several years …

python pdf pypdf2 pdf-manipulation
PyPDF2 compression

I am struggling to compress my merged pdf's using the PyPDF2 module. this is my attempt based on http://www.…

python pdf pypdf2