Repository: pdfbox-docs Updated Branches: refs/heads/asf-site d4df051ff -> 1203f0b90
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/1203f0b9 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/1203f0b9 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/1203f0b9 Branch: refs/heads/asf-site Commit: 1203f0b90de0735f2a206a0f51ff6c14bb2e6247 Parents: d4df051 Author: Maruan Sahyoun <sahy...@fileaffairs.de> Authored: Thu Nov 26 08:27:22 2015 +0100 Committer: Maruan Sahyoun <sahy...@fileaffairs.de> Committed: Thu Nov 26 08:27:22 2015 +0100 ---------------------------------------------------------------------- content/1.8/dependencies.html | 2 ++ content/2.0/dependencies.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/1203f0b9/content/1.8/dependencies.html ---------------------------------------------------------------------- diff --git a/content/1.8/dependencies.html b/content/1.8/dependencies.html index 7062982..10759d6 100644 --- a/content/1.8/dependencies.html +++ b/content/1.8/dependencies.html @@ -153,6 +153,8 @@ Commons Logging is a generic wrapper around different logging frameworks, so you or let commons-logging fall back to the standard <a href="http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html">java.util.logging API</a> included in the Java platform.</p> +<p>For <strong>PDFBox Preflight only</strong> <a href="https://commons.apache.org/proper/commons-io/">commons-io 1.4</a> is needed.</p> + <h3 id="font-handling">Font Handling</h3> <p>For font handling the fontbox component is needed.</p> http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/1203f0b9/content/2.0/dependencies.html ---------------------------------------------------------------------- diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html index 972b947..6d817a2 100644 --- a/content/2.0/dependencies.html +++ b/content/2.0/dependencies.html @@ -146,9 +146,11 @@ or let commons-logging fall back to the standard <a href="http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html">java.util.logging API</a> included in the Java platform.</p> +<p>For <strong>PDFBox Preflight only</strong> <a href="https://commons.apache.org/proper/commons-io/">commons-io 2.4</a> is needed.</p> + <h2 id="optional-components">Optional components</h2> -<p>PDFBox does not ship with all features enabled. Third party compoenets are necessary to get full support for certain functionality.</p> +<p>PDFBox does not ship with all features enabled. Third party components are necessary to get full support for certain functionality.</p> <h3 id="jai-image-i-o">JAI Image I/O</h3>