org.pdfbox
Class Encrypt

java.lang.Object
  extended byorg.pdfbox.Encrypt

public class Encrypt
extends Object

This will read a document from the filesystem, encrypt it and and then write the results to the filesystem.

Version:
$Revision: 1.8 $
Author:
Ben Litchfield

Constructor Summary
Encrypt()
           
 
Method Summary
static void main(String[] args)
          This is the entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encrypt

public Encrypt()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This is the entry point for the application.

Parameters:
args - The command-line arguments.
Throws:
Exception - If there is an error decrypting the document.