org.pdfbox

Class Version


public class Version
extends java.lang.Object

A simple command line utility to get the version of PDFBox.
Version:
$Revision: 1.4 $
Author:
Ben Litchfield

Method Summary

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.

Method Details

getVersion

public static 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(String[] args)
This will print out the version of PDF to System.out.
Parameters:
args - Command line arguments.