Class PDFSplit

java.lang.Object
org.apache.pdfbox.tools.PDFSplit
All Implemented Interfaces:
Callable<Integer>

public final class PDFSplit extends Object implements Callable<Integer>
This is the main program that will take a pdf document and split it into a number of other documents.
  • Field Details

    • SYSERR

      private final PrintStream SYSERR
    • password

      private String password
    • split

      private int split
    • startPage

      private int startPage
    • endPage

      private int endPage
    • outputPrefix

      private String outputPrefix
    • infile

      private File infile
  • Constructor Details

    • PDFSplit

      public PDFSplit()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      Infamous main method.
      Parameters:
      args - Command line arguments, should be one and a reference to a file.
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>