-
Reading [this](https://pypdf2.readthedocs.io/en/latest/user/file-size.html) page, it suggests doing the following:
```py
reader = PdfReader("example.pdf")
...
for page in reader.pages:
page…
-
See https://github.com/py-pdf/PyPDF2/issues/1269 for further details.
## Environment
Which environment were you using when you encountered the problem?
```bash
$ python -m platform
Linux-5.…
-
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [] documentation issue or request
- [ ] regression (a behavi…
-
PdfReadWarning: Xref table not zero-indexed. ID numbers for objects will not be
corrected. [pdf.py:1130]
-
Hello again, I am having a problem Obtaining the Internal Storage and External Storage paths, which does not happen with Download or the Recent Files list. Example:
Internal Storage => content://co…
-
Hi, I am building an API with Django and trying to save `.pdf` files to an Azure Blob Storage.
## Environment
`Python 3.11.4`
`pypdf==3.15.1`
## Code + PDF
The pdf is just an example file w…
-
**Describe the bug**
When running apollo angular with angular 15, getting these errors:
1. Error: node_modules/apollo-angular/query-ref.d.ts:9:33 - error TS2344: Type 'V' does not satisfy t…
-
Trying to update writer using update_page_form_field_values and getting KeyError: /DA
## Environment
Which environment were you using when you encountered the problem?
$ python -m platform
W…
-
### Search before asking
- [X] I have searched the EvaDB [issues](https://github.com/georgia-tech-db/eva/issues) and found no similar bug report.
### Bug
```
09-07-2023 13:15:53 ERROR [plan_execu…
-
## Explanation
I want to extract all images from a page, but omit inline images as they are not really useful in my case and just generate overhead (2 ms without and 29 s with inline images for one…