Top "Pypdf" questions

A Pure-Python library built as a PDF toolkit.

Extract hyperlinks from PDF in Python

I have a PDF document with a few hyperlinks in it, and I need to extract all the text from …

python pdf hyperlink pypdf pdfminer
How to open a generated PDF file in browser?

I have written a Pdf merger which merges an original file with a watermark. What I want to do now …

django reportlab pypdf
PdfReadWarning: PdfFileReader stream/file object is not in binary mode

I have many pdf pages that I want to merge them into one file. My script is as follow: from …

python-2.7 pypdf
Python: How to replace text in pdf

I have a pdf file and i want to replace some text in pdf file and generate new pdf. How …

python pdf reportlab pypdf
EOF marker not found - How to fix in PyPDF and PyPDF2?

I'm attempting to combine a few PDF files into a single PDF file using Python. I've tried both PyPDF and …

python pdf pypdf
how to insert a string to pdf using pypdf?

sorry,.. i'am a noob in python.. I need to create a pdf file, without using an existing pdf files.. (pure …

python pypdf
Change metadata of pdf file with pypdf

I'd like to create/modify the title of a pdf document using pypdf. It seems that the title is readonly. …

pdf metadata pypdf
Generate flattened PDF with Python

When I print a PDF from any of my source PDFs, the file size drops and removes the text boxes …

python pdf-generation reportlab pypdf
PdfFileReader: PdfReadError: Could not find xref table at specified location

I am trying to read Pdf file in python through: from PyPDF2 import PdfFileReader, PdfFileWriter test_reader = PdfFileReader(file("test.…

pypdf pdf-reader
pyPdf ignores newlines in PDF file

I'm trying to extract each page of a PDF as a string: import pyPdf pages = [] pdf = pyPdf.PdfFileReader(file('g-reg-101.…

python string pdf unicode pypdf