Class PDFSplit

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

public final class PDFSplit extends Object
This is the main program that will take a pdf document and split it into a number of other documents.
Author:
Ben Litchfield
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Infamous main method.
      Parameters:
      args - Command line arguments, should be one and a reference to a file.
      Throws:
      IOException - If there is an error parsing the document.