Class Version

java.lang.Object
org.apache.pdfbox.Version

public class Version extends Object
A simple command line utility to get the version of PDFBox.
Version:
$Revision: 1.5 $
Author:
Ben Litchfield
  • 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.