pypdf icon indicating copy to clipboard operation
pypdf copied to clipboard

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files

Results 217 pypdf issues
Sort by recently updated
recently updated
newest added

I'm trying to automate filling this PDF: [TEMPORAL COMPLETO12 de mayo_unlocked.pdf](https://github.com/py-pdf/PyPDF2/files/8862324/TEMPORAL.COMPLETO12.de.mayo_unlocked.pdf) I have no problem with the text, but with the checkboxes there is no way. Many /Btn have /Kids...

is-bug
workflow-forms

After I update a pages fields they cannot be read in PyPDF2. I am using the needs appearances trick to make them visible in my pdf viewer (pdf-xchange). If I...

is-bug
workflow-forms

When merging two documents via the PdfMerger class, outline items with invalid destinations are not added to the merged document. ## Environment Which environment were you using when you encountered...

is-bug
PdfMerger

## Explanation As PyPDF2 has evolved, some of the internal naming conventions have not been consistent. One recently addressed issue was the outline/bookmark component; I think that was the largest...

is-maintenance

I was attempting to add outline items to a document which already had an outline. ## Environment Which environment were you using when you encountered the problem? ```bash $ python...

is-bug

## Explanation I've noted some (many?) issues dealing that PyPDF2 is missing capability to clone objects (and all items below) for example this would allow to insert the same page...

is-feature

tracked in #636 thee smaller box between cropBox is and trimBox(== mediaBox by default) is used

is-bug

I cropped a 2 page business card PDF file so most of the bleed and cropmarks where cut of. I wanted my card to have a Trim Size of 85...

is-bug

I've got an IndexError when extracting text. The file opens fine in Chrome. ## Environment ```bash $ python -m platform Linux-5.4.0-121-generic-x86_64-with-glibc2.31 $ python -c "import PyPDF2;print(PyPDF2.__version__)" 2.4.2 ``` ## Code...

workflow-text-extraction
is-robustness-issue
MCVE in Tests

See #107 Closes #1195

help wanted