PyPDF4 icon indicating copy to clipboard operation
PyPDF4 copied to clipboard

A utility to read and write PDFs with Python

Results 50 PyPDF4 issues
Sort by recently updated
recently updated
newest added

Dear Expert, I executed the demo code, and tried to split a pdf with 43 pages, and after 1 or pages, some error happens: Exception: C://temp/pdf/test_split_page_f2.pdf 'PdfFileWriter' object has no...

-The module was incorrectly imported as pypdf instead of PyPDF4. -merger.write() was not passed the needed output file object to write to .

Has there been any consideration given to mstamy2/PyPDF2#78 or, more recently, mstamy2/PyPDF2#622? Would this be a goal of the PyPDF4 project to address this type of concern?

a fix for issue https://github.com/mstamy2/PyPDF2/issues/530 in the upstream project

The current project "Release" was done in August of 2018. About time for a new release so people using PyPI can install a newer version from there?

Hello everyone, I have a pdf document that is not read by PyPDF4 because it has an xref table type 3. PyPDF4 only implements xref types up to 2, which...

The PDF file causing error is attached. This one-page file is extracted from a PDF using Acrobat. [1.pdf](https://github.com/claird/PyPDF4/files/3629101/1.pdf) When it's opened with `PdfFileReader` and calls `numPages`, the script crashes with...

I was trying to learn from the documentation. Yet the link is broken.

This bug was already reported in PyPDF2 ([here](https://github.com/mstamy2/PyPDF2/issues/389)) and I was just able to reproduce the same behavior with PyPDF4. The corresponding lines of code are [here](https://github.com/claird/PyPDF4/blob/master/pypdf/generic.py#L53-L69) and [here](https://github.com/claird/PyPDF4/blob/master/pypdf/generic.py#L660-L665). My...

in some files I need to encrypt pdf file with 2 properties: 1. opening the pdf file does not require a password at all 2. making any changes (and if...