com.lowagie.tools
Class EncryptPdf
java.lang.Object
com.lowagie.tools.EncryptPdf
public class EncryptPdf
- extends Object
Encrypts a PDF document. It needs iText (http://www.lowagie.com/iText).
- Since:
- 2.1.1 (renamed to follow Java naming conventions)
- Author:
- Paulo Soares (psoares@consiste.pt)
|
Method Summary |
static void |
main(String[] args)
Encrypts a PDF document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptPdf
public EncryptPdf()
main
public static void main(String[] args)
- Encrypts a PDF document.
- Parameters:
args - input_file output_file user_password owner_password permissions 128|40 [new info string pairs]
Copyright © 2012. All Rights Reserved.