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 221 pypdf issues
Sort by recently updated
recently updated
newest added

My team is using `append()` from 4.2.0 for a feature where we basically append a pdf over another pdf, it seemed to be working fine until today when we caught...

I am creating a PDF using pyPDF. [FRA F 6180.150.pdf](https://github.com/py-pdf/pypdf/files/15253914/FRA.F.6180.150.pdf) This is the input file. After writing in some of the fields like paragraphs font size getting too big and...

workflow-forms

closes #2629 the shortcuts used define the number of images are not working : we have to extract the full image list.

# Environment Which environment were you using when you encountered the problem? ``` python 3.10.4 ; windows 11 pypdf==4.2.0, crypt_provider=('cryptography', '41.0.1'), PIL=10.3.0 ``` ## Code + PDF image extraction reports...

Name object encodes all characters from 1 to 255, so it's not correct to use utf-8. ``` 7.3.5 Name objects Beginning with PDF 1.2 a name object is an atomic...

needs-discussion

## Explanation Hello, First of all, thanks for your works, it's a very helpful library. I am not able to extract images from PDF generated with OnlyOffice : [B2.pdf](https://github.com/py-pdf/pypdf/files/15176076/B2.pdf) After...

workflow-images

I want the docs to be complete, meaning all code blocks have all imports. See https://pypi.org/project/pytest-examples/ - I think it's used by pydantic That should also ensure that we don't...