-
Hello,
Thank you so much for continuing the development of camelot! I'm glad to see that camelot continues to be maintained.
I happen to also manage a pdf extraction library, [gmft](https://git…
-
When `page.images` is used to read images, the color becomes incorrect. However, when replacing it, pypdf calls the same function to read the image again, and the image is in the correct color space. …
-
**Describe the bug**
The pypdf_table_extraction version info from the cli / library, does'nt match the pypi version.
(or toml file)
**Steps to reproduce the bug**
install this libr…
-
**Describe the bug**
According to https://docs.pypi.org/project_metadata/ it should be possible to link to https://pypi.org/project/pypdf/ from https://github.com/py-pdf/pypdf
You can see the li…
-
**Is your feature request related to a problem? Please describe.**
Add support for generating reports as PDF
**Additional context**
This feature was originally planned for the initial version, bu…
-
> I agree with @alexaryn in that responsibility of closing a stream should rest purely on the caller of `PdfWriter`, and not `PdfWriter` itself. Calling `pdf_writer.close()` or using the context manag…
-
Calling `page.transfer_rotation_to_content()` changes the visibility of some content after upgrading from version 4.2.0 to 4.3.0 for some PDF files. The corresponding text layer is invisible, but can …
-
Hi!
I've found `IndexError` when pdf file is relatively large. Necessary information is provided below.
## Environment
Which environment were you using when you encountered the problem?
``…
-
I keep getting this error:
DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
I did the --upgrade
Thank you
-
Hello,
It is currently working with replacing English string with English string. However, I am trying to replace English string with a foreign language (E.g. Hebrew or Greek).
but then it fails…