org.apache.pdfbox.examples.pdmodel
Class ExtractEmbeddedFiles
java.lang.Object
org.apache.pdfbox.examples.pdmodel.ExtractEmbeddedFiles
public class ExtractEmbeddedFiles
- extends Object
This is an example on how to extract all embedded files from a PDF document.
Usage: java org.apache.pdfbox.examples.pdmodel.ExtractEmbeddedFiles <input-pdf>
- Version:
- $Revision$
|
Method Summary |
static void |
main(String[] args)
This is the main method. |
| 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 is the main method.
- Parameters:
args - The command line arguments.
- Throws:
Exception - If there is an error parsing the document.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.