com.lowagie.tools
Class EncryptPdf

java.lang.Object
  extended by com.lowagie.tools.EncryptPdf

public class EncryptPdf
extends java.lang.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)

Constructor Summary
EncryptPdf()
           
 
Method Summary
static void main(java.lang.String[] args)
          Encrypts a PDF document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptPdf

public EncryptPdf()
Method Detail

main

public static void main(java.lang.String[] args)
Encrypts a PDF document.

Parameters:
args - input_file output_file user_password owner_password permissions 128|40 [new info string pairs]


iText 2.1.7