diff options
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/README.md | 9 | ||||
-rw-r--r-- | osgi/pom.xml | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/osgi/README.md b/osgi/README.md index bca3ccfc6a..0ccbebf5d9 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -28,6 +28,15 @@ These are required to sign or validate signed Office documents. The OSGi bundles - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi - Bouncy Castle: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.66, https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.66 +4. PDFBox and PDFBox Graphics2D +Required to render to PDF documents. +The required jars can be downloaded from: + + - PDFBox: + https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox + https://mvnrepository.com/artifact/org.apache.pdfbox/fontbox + - PDFBox Graphics2D: + https://mvnrepository.com/artifact/de.rototor.pdfbox/graphics2d ## Blocked Imports diff --git a/osgi/pom.xml b/osgi/pom.xml index 9672252444..99a1bba145 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -75,6 +75,9 @@ !com.zaxxer.sparsebits.*, !com.graphbuilder.*, org.apache.batik.*;resolution:=optional, + org.apache.pdfbox.*;resolution:=optional, + org.apache.fontbox.*;resolution:=optional, + de.rototor.pdfbox.graphics2d.*;resolution:=optional, net.sf.saxon.*;resolution:=optional, !com.github.javaparser.*, !org.apache.tools.ant.*, |