Problem occur in version 21.5 and also in latest version 21.10 (licenced product)
problem_file.zip (2.9 MB)
Configuration:
private static final PdfOptions PDF_A_1_A_OPTIONS;
static {
PDF_A_1_A_OPTIONS = new PdfOptions();
PDF_A_1_A_OPTIONS.setCompliance(PdfCompliance.PdfA1b);
PDF_A_1_A_OPTIONS.setJpegQuality((byte) 90);
PDF_A_1_A_OPTIONS.setSaveMetafilesAsPng(true);
PDF_A_1_A_OPTIONS.setTextCompression(PdfTextCompression.Flate);
}
try (FileInputStream fis = new FileInputStream(tmpFile)) {
presentation = new Presentation(fis);
}
presentation.save(os, SaveFormat.Pdf, PDF_A_1_A_OPTIONS);
image.png (10.3 KB)
openjdk version “11.0.12” 2021-07-20
OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2deb10u1)
OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2deb10u1, mixed mode, sharing)
PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian
Total installed memory: 4039076