Package org.apache.pdfbox
Class Version
- java.lang.Object
-
- org.apache.pdfbox.Version
-
public class Version extends java.lang.Object
A simple command line utility to get the version of PDFBox.- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersion()
Get the version of PDFBox or unknown if it is not known.static void
main(java.lang.String[] args)
This will print out the version of PDF to System.out.
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Get the version of PDFBox or unknown if it is not known.- Returns:
- The version of pdfbox that is being used.
-
main
public static void main(java.lang.String[] args)
This will print out the version of PDF to System.out.- Parameters:
args
- Command line arguments.
-
-