Package org.apache.pdfbox
Class Version
java.lang.Object
org.apache.pdfbox.Version
A simple command line utility to get the version of PDFBox.
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get the version of PDFBox or unknown if it is not known.static void
This will print out the version of PDF to System.out.
-
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.
-