You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2014/10/13 22:50:42 UTC

svn commit: r925662 - in /websites/staging/pdfbox/trunk/content: ./ dependencies.html

Author: buildbot
Date: Mon Oct 13 20:50:42 2014
New Revision: 925662

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/dependencies.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 13 20:50:42 2014
@@ -1 +1 @@
-1631540
+1631541

Modified: websites/staging/pdfbox/trunk/content/dependencies.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/dependencies.html (original)
+++ websites/staging/pdfbox/trunk/content/dependencies.html Mon Oct 13 20:50:42 2014
@@ -186,10 +186,10 @@ pdfbox library directly and the other re
 <h3 id="optional-dependencies">Optional dependencies</h3>
 <p>Some features in PDFBox depend on optional external libraries. You can enable these features simply by including the required libraries in the classpath of your application.</p>
 <h4 id="extented-image-format-support">Extented Image Format Support</h4>
-<p>To support JPEG2000 and writing TIF images additional libraries are needed. </p>
+<p>To support JBIG2 and writing TIF images additional libraries are needed. </p>
 <p class="alert alert-warning">The image plugins described below are not part of the PDFBox distribution because of incompatible licensing terms. Please make sure to check if the licensing terms are compatible to your usage.</p>
 
-<p>For <strong>JPEG2000</strong> support a Java ImageIO Plugin such as the <a href="https://github.com/levigo/jbig2-imageio">Levigo Plugin</a> or <a href="https://github.com/Borisvl/JBIG2-Image-Decoder">JBIG2-Image-Decoder
+<p>For <strong>JBIG2</strong> support a Java ImageIO Plugin such as the <a href="https://github.com/levigo/jbig2-imageio">Levigo Plugin</a> or <a href="https://github.com/Borisvl/JBIG2-Image-Decoder">JBIG2-Image-Decoder
 </a> will be needed. </p>
 <p>To write <strong>TIFF</strong> images a JAI ImageIO Core library will be needed. </p>
 <h4 id="pdf-encryption-and-signing">PDF Encryption and Signing</h4>