com.lowagie.tools
Class SplitPdf

java.lang.Object
  extended by com.lowagie.tools.SplitPdf

public class SplitPdf
extends Object

This class demonstrates how to split a PDF file using iText.

Since:
2.1.1 (renamed to follow Java naming conventions)
Author:
Bruno Lowagie

Constructor Summary
SplitPdf()
           
 
Method Summary
static void main(String[] args)
          This class can be used to split an existing PDF file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPdf

public SplitPdf()
Method Detail

main

public static void main(String[] args)
This class can be used to split an existing PDF file.

Parameters:
args - the command line arguments

Hosted by Hostbasket