This is an automated email from the ASF dual-hosted git repository. msahyoun pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/asf-site by this push: new e79ddea Site checkin for project Apache PDFBox Website e79ddea is described below commit e79ddea60878824c8d96f7752f0bf6b6302ed415 Author: Maruan Sahyoun <msahy...@tp001.local.fileaffairs.de> AuthorDate: Mon Nov 11 08:25:43 2019 +0100 Site checkin for project Apache PDFBox Website --- content/building.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/building.html b/content/building.html index 65042e7..21709ff 100644 --- a/content/building.html +++ b/content/building.html @@ -173,6 +173,8 @@ cd trunk <p>We also have a read-only <a href="https://git.apache.org/">Git mirror</a> which is further mirrored to GitHub as <a href="https://github.com/apache/pdfbox">apache/pdfbox</a>.</p> +<p>The sources for the <strong>Java ImageIO plugin for the JBIG2 image format</strong> are available in the <a href="https://git-wip-us.apache.org/repos/asf?p=pdfbox-jbig2.git">Apache Git Repository</a> or can be loaded from <a href="https://github.com/apache/pdfbox-jbig2">GitHub</a>.</p> + <h2 id="build-dependencies">Build dependencies</h2> <h3 id="pdfbox-18">PDFBox 1.8</h3> @@ -190,6 +192,13 @@ cd trunk <li><a href="http://maven.apache.org/">Maven 3</a></li> </ul> +<h3 id="java-imageio-plugin-for-jbig2">Java ImageIO plugin for JBIG2</h3> + +<ul> + <li>JDK 6</li> + <li><a href="http://maven.apache.org/">Maven 3</a></li> +</ul> + <h3 id="java-cryptography-extension-jce">Java Cryptography Extension (JCE)</h3> <p>Building PDFBox 2.0 requires a JDK with “unlimited strength” cryptography, which requires extra files to be installed. For JDK 7, see <a href="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html">Java Cryptography Extension (JCE)</a>. If these files are not installed, building PDFBox will fail the following test:</p>