From e27fbe44f30dac2555e07eaf17e74f13fa2b02db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=B8sdal?= Date: Thu, 2 Nov 2023 08:24:21 +0100 Subject: [PATCH] Update to OpenPDF 1.3.32. Set OpenPDF profile as default. --- README.md | 2 +- flying-saucer-fop/pom.xml | 2 +- flying-saucer-pdf/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a11ea1a3..23ce0de00 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ New releases of Flying Saucer are distributed through Maven. The available artif * `org.xhtmlrenderer:flying-saucer-core` - Core library and Java2D rendering * `org.xhtmlrenderer:flying-saucer-pdf` - PDF output using iText 2.x -* `org.xhtmlrenderer:flying-saucer-pdf-itext5` - PDF output using iText 5.x +* `org.xhtmlrenderer:flying-saucer-pdf-itext5` - PDF output using iText 5.x. iText 5 is EOL. * `org.xhtmlrenderer:flying-saucer-pdf-openpdf` - PDF output using OpenPDF * `org.xhtmlrenderer:flying-saucer-swt` - SWT output * `org.xhtmlrenderer:flying-saucer-log4j` - Logging plugin for log4j diff --git a/flying-saucer-fop/pom.xml b/flying-saucer-fop/pom.xml index fd1373663..1feb0d4bc 100644 --- a/flying-saucer-fop/pom.xml +++ b/flying-saucer-fop/pom.xml @@ -55,7 +55,7 @@ com.github.librepdf openpdf - 1.3.30 + ${openpdf.version} test diff --git a/flying-saucer-pdf/pom.xml b/flying-saucer-pdf/pom.xml index 762c790bb..43e104fdf 100644 --- a/flying-saucer-pdf/pom.xml +++ b/flying-saucer-pdf/pom.xml @@ -39,9 +39,6 @@ itext - - true -