| java.lang.Object org.pdfbox.examples.signature.ShowSignature
ShowSignature | public class ShowSignature (Code) | | This will read a document from the filesystem, decrypt it and do something with the signature.
usage: java org.pdfbox.examples.signature.ShowSignature <password> <inputfile>
author: Ben Litchfield version: $Revision: 1.9 $ |
Method Summary | |
public static void | main(String[] args) This is the entry point for the application. |
main | public static void main(String[] args) throws Exception(Code) | | This is the entry point for the application.
Parameters: args - The command-line arguments. throws: Exception - If there is an error reading the file. |
|
|