Class PDFBox

java.lang.Object
org.apache.pdfbox.tools.PDFBox
All Implemented Interfaces:
Runnable

public final class PDFBox extends Object implements 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
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(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 Details

    • spec

      picocli.CommandLine.Model.CommandSpec spec
  • Constructor Details

    • PDFBox

      public PDFBox()
  • Method Details

    • main

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

      public void run()
      Specified by:
      run in interface Runnable