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 2015/02/10 22:08:14 UTC

svn commit: r939762 - in /websites/staging/pdfbox/trunk/content: ./ 1.8/commandline.html

Author: buildbot
Date: Tue Feb 10 21:08:14 2015
New Revision: 939762

Log:
Staging update by buildbot for pdfbox

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

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 10 21:08:14 2015
@@ -1 +1 @@
-1658212
+1658808

Modified: websites/staging/pdfbox/trunk/content/1.8/commandline.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/1.8/commandline.html (original)
+++ websites/staging/pdfbox/trunk/content/1.8/commandline.html Tue Feb 10 21:08:14 2015
@@ -264,18 +264,18 @@ PDFBox tools as Java applications.</p>
 </tr>
 <tr>
 <td>-keyLength</td>
-<td>40</td>
-<td>The number of bits for the encryption key.</td>
+<td>40 or 128</td>
+<td>The number of bits for the encryption key. For 128 bits <a href="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html">Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files</a> must be installed.</td>
 </tr>
 <tr>
 <td>inputfile</td>
-<td>The PDF file to encrypt.</td>
 <td></td>
+<td>The PDF file to encrypt.</td>
 </tr>
 <tr>
 <td>outputfile</td>
-<td>The file to save the encrypted document to. If left blank then it will be the same as the input file.</td>
 <td></td>
+<td>The file to save the encrypted document to. If left blank then it will be the same as the input file.</td>
 </tr>
 </tbody>
 </table>