Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 2c9ddb4d7 -> f3efb05e4
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f3efb05e Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f3efb05e Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f3efb05e Branch: refs/heads/asf-site Commit: f3efb05e4cd4b652791acc3e61188b6075d4017c Parents: 2c9ddb4 Author: Maruan Sahyoun <[email protected]> Authored: Fri Apr 28 20:03:16 2017 +0200 Committer: Maruan Sahyoun <[email protected]> Committed: Fri Apr 28 20:03:16 2017 +0200 ---------------------------------------------------------------------- content/2.0/dependencies.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f3efb05e/content/2.0/dependencies.html ---------------------------------------------------------------------- diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html index 9dd7d4c..506e3a3 100644 --- a/content/2.0/dependencies.html +++ b/content/2.0/dependencies.html @@ -215,6 +215,9 @@ included in the Java platform.</p> <p>Maven dependencies for these components can be found in <a href="https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup">parent/pom.xml</a>. Please make sure that any third party licenses are suitable for your project.</p> +<p><strong>Note for JBIG2-Image-Decoder</strong> +There is a know issue when using the JBIG2-Image-Decoder as an ImageIO Plugin. To resolve that see <a href="https://issues.apache.org/jira/browse/PDFBOX-3769">PDFBOX-3769</a> or <a href="https://github.com/Borisvl/JBIG2-Image-Decoder/issues/4">JBIG2-Image-Decoder issue</a>.</p> + <h3 id="encryption-and-signing">Encryption and Signing</h3> <p>Encrypting and sigining PDFs requires the <em>bcprov</em>, <em>bcmail</em> and <em>bcpkix</em> libraries from the <a href="http://www.bouncycastle.org/">Legion of the Bouncy Castle</a>. These can be included in your Maven project using the following dependencies:</p>
