org.pdfbox.examples.signature
Class ShowSignature
java.lang.Objectorg.pdfbox.examples.signature.ShowSignature
public class ShowSignature
extends java.lang.Object
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>
static void | main(String[] args)- This is the entry point for the application.
|
main
public static void main(String[] args)
throws Exception This is the entry point for the application.
args - The command-line arguments.