- java.lang.Object
-
- com.itextpdf.tools.SplitPdf
-
public class SplitPdf extends java.lang.ObjectThis 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
Constructors Constructor Description SplitPdf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)This class can be used to split an existing PDF file.
-