org.pdfbox.examples.pdmodel
Class RemoveFirstPage
java.lang.Object
org.pdfbox.examples.pdmodel.RemoveFirstPage
- public class RemoveFirstPage
- extends Object
This is an example on how to remove pages from a PDF document.
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
Method Summary |
static void |
main(String[] args)
This will print the documents data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- This will print the documents data.
- Parameters:
args
- The command line arguments.
- Throws:
Exception
- If there is an error parsing the document.