org.pdfbox

Class Encrypt


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

Method Summary

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

Method Details

main

public static void main(String[] args)
            throws Exception
This is the entry point for the application.
Parameters:
args - The command-line arguments.