Class Version

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

final class Version extends Object
A simple command line utility to get the version of PDFBox.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    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.
    private static void
    This will print out a message telling how to use this example.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Version

      private Version()
  • 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.
    • usage

      private static void usage()
      This will print out a message telling how to use this example.