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 am a new user of PyPDF2 within 24 hours. May it is my problem. I got an error when using extract_text,a suggestion of extract_text and a mistake in document....

When I try to get width and height of the page, I encounter a problem: width and height are misplaced in SOME (but not all!) of the PDFs. The page...

Has MCVE

There is a saftey margin of a factor of 10 in both directions, so the test should be fairly stable. Tests #1350.

add apperance stream option to update_page_form_field_values. If true it generates apperance streams but only for one line. There are also issues with non-ascii characters not showing. This is a fix...

I am having a ligature issue with this PDF. 'fi', 'fl' and 'ff' characters are returning NULL #598 is similar to this issue. ## MVCE: Code + PDF ```python from...

is-bug
workflow-text-extraction
help wanted

This request contains the addition of optional visitor-callbacks in extract_text(). While scanning the text-objects of a page _extract_text() calls these visitor-methods. So one can analyze the operations in the page...

reader.get_fields() fails to return fields after writing a PDF that has fields. Opening up the newly saved PDF in a reader such as Acrobat or a Browser still shows the...

workflow-forms

I've noticed a weird behavior trying to split some PDF files containing a table of contents with outlines on their first pages. The issue is that the output file containing...

is-bug
nf-performance
needs-pdf

Replace this: What happened? What were you trying to achieve? ## Environment Which environment were you using when you encountered the problem? ```bash $ python -m platform Linux-5.4.0-125-generic-x86_64-with-glibc2.31 $ python...