Package org.apache.pdfbox.tools
Class Version
java.lang.Object
org.apache.pdfbox.tools.Version
A simple command line utility to get the version of PDFBox.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
private Version()
-
-
Method Details
-
getVersion
Get the version of PDFBox or unknown if it is not known.- Returns:
- The version of pdfbox that is being used.
-
main
This will print out the version of PDF to System.out.- Parameters:
args
- Command line arguments.
-
usage
private static void usage()This will print out a message telling how to use this example.
-