Class PDFBox

  • All Implemented Interfaces:
    java.lang.Runnable

    public final class PDFBox
    extends java.lang.Object
    implements java.lang.Runnable
    Simple wrapper around all the command line utilities included in PDFBox. Used as the main class in the runnable standalone PDFBox jar.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) picocli.CommandLine.Model.CommandSpec spec  
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFBox()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • spec

        picocli.CommandLine.Model.CommandSpec spec
    • Constructor Detail

      • PDFBox

        public PDFBox()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method.
        Parameters:
        args - command line arguments
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable