Class Version


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

      Constructors 
      Modifier Constructor Description
      private Version()  
    • 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.
      private static void usage()
      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 Detail

      • Version

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

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