Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 2719251a5 -> 0093a826b
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/0093a826 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/0093a826 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/0093a826 Branch: refs/heads/asf-site Commit: 0093a826b8e7acc92c191cbc06b228657987d88f Parents: 2719251 Author: Maruan Sahyoun <[email protected]> Authored: Sat Dec 8 12:06:43 2018 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Sat Dec 8 12:06:43 2018 +0100 ---------------------------------------------------------------------- content/2.0/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0093a826/content/2.0/getting-started.html ---------------------------------------------------------------------- diff --git a/content/2.0/getting-started.html b/content/2.0/getting-started.html index bd9be76..498cbfd 100644 --- a/content/2.0/getting-started.html +++ b/content/2.0/getting-started.html @@ -118,7 +118,7 @@ <h2 id="pdfbox-and-java-8">PDFBox and Java 8</h2> -<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> <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:</p>
