Repository: pdfbox-docs Updated Branches: refs/heads/master cb83b580b -> 4613f7256
PDFBOX-3330: correct version number; mention Java 9 for KCMS Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/4613f725 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/4613f725 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/4613f725 Branch: refs/heads/master Commit: 4613f72565aac72912c49be6a67ed6c34f95ba41 Parents: cb83b58 Author: Maruan Sahyoun <[email protected]> Authored: Sat Dec 8 10:50:53 2018 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Sat Dec 8 10:50:53 2018 +0100 ---------------------------------------------------------------------- content/2.0/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/4613f725/content/2.0/getting-started.md ---------------------------------------------------------------------- diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md index fc8f8f9..dd50ab3 100644 --- a/content/2.0/getting-started.md +++ b/content/2.0/getting-started.md @@ -30,13 +30,13 @@ To use the latest release you'll need to add the following dependency: <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.4</version> + <version>2.0.13</version> </dependency> ``` ## PDFBox and Java 8 ## -<p class="alert alert-warning">Important notice when using PDFBox with Java 8</p> +<p class="alert alert-warning">Important notice when using PDFBox with Java 8 or Java 9</p> Due to the change of the java color management module towards "LittleCMS", users can experience slow performance in color operations. A solution is to disable LittleCMS in favor of the old KCMS (Kodak Color Management System) by:
