public static class PDFPrint.KeyInfoPrint
extends com.qoppa.license.KeyInfo
This is the Main-Class for the jPDFPrint.jar that can generate server key requests, validate a key, and display server information. Valid usage is:
 java -jar jPDFPrint.jar -genkeyreq
 This flag will generate a license key request with the relevant server
 information
 
 java -jar jPDFPrint.jar -validatekey <key>
 This flag will check the license key and echo a message to the console
 that shows information about the key.
 
  java -jar jPDFPrint.jar -serverinfo
 This flag will echo the server information to the console.
 
| Constructor and Description | 
|---|
KeyInfoPrint()  | 
public static void main(String[] args)