Repository: pdfbox-docs Updated Branches: refs/heads/master 4613f7256 -> 929fe2a57
PDFBOX-3330: be more specific for recommendation to use 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/929fe2a5 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/929fe2a5 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/929fe2a5 Branch: refs/heads/master Commit: 929fe2a570fff901173f893b0837be1568aa28dd Parents: 4613f72 Author: Maruan Sahyoun <[email protected]> Authored: Sat Dec 8 12:04:41 2018 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Sat Dec 8 12:04:41 2018 +0100 ---------------------------------------------------------------------- content/2.0/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/929fe2a5/content/2.0/getting-started.md ---------------------------------------------------------------------- diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md index dd50ab3..afdef31 100644 --- a/content/2.0/getting-started.md +++ b/content/2.0/getting-started.md @@ -36,7 +36,7 @@ To use the latest release you'll need to add the following dependency: ## PDFBox and Java 8 ## -<p class="alert alert-warning">Important notice when using PDFBox with Java 8 or Java 9</p> +<p class="alert alert-warning">Important notice when using PDFBox with Java 8 before 1.8.0_191 or Java 9 before 9.0.4</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:
