-
Hi! I am using latest icepdf-core, and getting errors and warning, I am not sure, How can i fix these and solve errors!
```
compileJava {
sourceCompatibility = 17
targetCompatibility = 1…
-
I am trying to add a watermark to a PDF file based on the official docs, which seems to create issues with different PDF viewers.
By default, the watermark is upside down and shifted somehow. Intro…
-
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
Windows-10-10.0.…
-
After performing the write, I opened it in Adobe Acrobat Pro DC, and saw the edits are applied. However, when I try to close the file, I am promoted to save the file. If I click no, I would be prompte…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
How do I find the default settings for `PDFLoader`?
-
The `main.py` file has a number of dependencies:
```shell
head -n 36 main.py
import click
import re
import os
import yaml
import math
import sys
import tkinter as tk
from tkinter import f…
-
## Explanation
When I merge several pdfs with bookmarks, don't know why the crossreferences break, therefore in the output file they dont work.
## This a very simple code to merge 2 items.
``…
-
Retrieving the images from a PDF file might fail for the FlateDecode case when `decode_parms` is something like
> {'/Colors': 3, '/Columns': IndirectObject(33, 0, 140029965619504), '/Predictor': 15…
-
### Expected Behaviour
I parse scan pdf with Chinese, the result can't understand
#### Platform and Version
python-3.8.13
#### Sample Code that illustrates the problem
`
import logging
impo…
-
```py
import pypdf
reader = pypdf.PdfReader(r'...')
reader.pages[3]._get_fonts()
```
return embedded as unembedded.
since there's a embedded font info like this:
```py
{'/BaseFont': '/O9-PK7…