org.apache.pdfbox.examples.pdmodel
Class ExtractMetadata
java.lang.Object
org.apache.pdfbox.examples.pdmodel.ExtractMetadata
public class ExtractMetadata
- extends Object
This is an example on how to extract metadata from a PDF document.
Usage: java org.apache.pdfbox.examples.pdmodel.ExtractDocument <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-2010 The Apache Software Foundation. All Rights Reserved.