Repository: pdfbox-docs Updated Branches: refs/heads/asf-site c9719daac -> 6f7aaab63
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/6f7aaab6 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/6f7aaab6 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/6f7aaab6 Branch: refs/heads/asf-site Commit: 6f7aaab63b8a27bb286b9ddfaeedb84a5867f0bd Parents: c9719da Author: Maruan Sahyoun <[email protected]> Authored: Tue Mar 14 16:36:51 2017 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Tue Mar 14 16:36:51 2017 +0100 ---------------------------------------------------------------------- content/2.0/getting-started.html | 12 ++++++++++-- content/2.0/migration.html | 8 ++++++++ content/images/pdfbox.png | Bin 11105 -> 0 bytes 3 files changed, 18 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6f7aaab6/content/2.0/getting-started.html ---------------------------------------------------------------------- diff --git a/content/2.0/getting-started.html b/content/2.0/getting-started.html index 197f138..e0225af 100644 --- a/content/2.0/getting-started.html +++ b/content/2.0/getting-started.html @@ -133,8 +133,6 @@ <div class="col-xs-12 col-sm-9"> <h1 id="getting-started">Getting Started</h1> -<p>This content is under construction.</p> - <h2 id="maven">Maven</h2> <p>To use the latest release youâll need to add the following dependency:</p> @@ -163,6 +161,16 @@ A solution is to disable LittleCMS in favor of the old KCMS (Kodak Color Managem http://www.subshell.com/en/subshell/blog/Wrong-Colors-in-Images-with-Java8-100.html<br /> https://bugs.openjdk.java.net/browse/JDK-8041125</p> +<h2 id="rendering-performance">Rendering Performance</h2> + +<p class="alert alert-info">Since PDFBox 2.0.4</p> + +<p>PDFBox 2.0.4 introduced a new command line setting</p> + +<p><code class="highlighter-rouge">-Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true</code></p> + +<p>which may improve the performance of rendering PDFs on some systems especially if there are a lot of images on a page.</p> + </div> </div> </div> http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6f7aaab6/content/2.0/migration.html ---------------------------------------------------------------------- diff --git a/content/2.0/migration.html b/content/2.0/migration.html index 49261c2..a74381e 100644 --- a/content/2.0/migration.html +++ b/content/2.0/migration.html @@ -288,6 +288,14 @@ Solution: disable LittleCMS in favour of the old KCMS (Kodak Color Management Sy http://www.subshell.com/en/subshell/blog/Wrong-Colors-in-Images-with-Java8-100.html<br /> https://bugs.openjdk.java.net/browse/JDK-8041125</p> +<p class="alert alert-info">Since PDFBox 2.0.4</p> + +<p>PDFBox 2.0.4 introduced a new command line setting</p> + +<p><code class="highlighter-rouge">-Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true</code></p> + +<p>which may improve the performance of rendering PDFs on some systems especially if there are a lot of images on a page.</p> + <h3 id="pdf-printing">PDF Printing</h3> <p>With PDFBox 2.0.0 <code class="highlighter-rouge">PDFPrinter</code> has been removed.</p> http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6f7aaab6/content/images/pdfbox.png ---------------------------------------------------------------------- diff --git a/content/images/pdfbox.png b/content/images/pdfbox.png deleted file mode 100644 index 6640e3e..0000000 Binary files a/content/images/pdfbox.png and /dev/null differ
