org.pdfbox
Class Version
public class Version
extends java.lang.Object
A simple command line utility to get the version of PDFBox.
static String | getVersion() - Get the version of PDFBox or unknown if it is not known.
|
static void | main(String[] args) - This will print out the version of PDF to System.out.
|
getVersion
public static String getVersion()
Get the version of PDFBox or unknown if it is not known.
- The version of pdfbox that is being used.
main
public static void main(String[] args)
This will print out the version of PDF to System.out.
args
- Command line arguments.