You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/02/10 22:07:45 UTC

svn commit: r1658808 - /pdfbox/cmssite/trunk/content/1.8/commandline.mdtext

Author: msahyoun
Date: Tue Feb 10 21:07:45 2015
New Revision: 1658808

URL: http://svn.apache.org/r1658808
Log:
PDFBOX-1450 add information for 128bit key length

Modified:
    pdfbox/cmssite/trunk/content/1.8/commandline.mdtext

Modified: pdfbox/cmssite/trunk/content/1.8/commandline.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/1.8/commandline.mdtext?rev=1658808&r1=1658807&r2=1658808&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/1.8/commandline.mdtext (original)
+++ pdfbox/cmssite/trunk/content/1.8/commandline.mdtext Tue Feb 10 21:07:45 2015
@@ -44,9 +44,9 @@ usage: ``java -jar pdfbox-app-x.y.z.jar
 | -canModifyAnnotations | true | Set the modify annots permission. |
 | -canPrint | true | Set the print permission. |
 | -canPrintDegraded | true | Set the print degraded permission. |
-| -keyLength | 40 | The number of bits for the encryption key. |
-| inputfile | The PDF file to encrypt. |
-| outputfile | The file to save the encrypted document to. If left blank then it will be the same as the input file. |
+| -keyLength | 40 or 128 | The number of bits for the encryption key. For 128 bits [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files](http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html) must be installed.|
+| inputfile |  |The PDF file to encrypt. |
+| outputfile |  |The file to save the encrypted document to. If left blank then it will be the same as the input file. |
 
 ## ExtractText ## {#extractText}