org.pdfbox.examples.pdmodel
Class PrintDocumentMetaData
java.lang.Object
org.pdfbox.examples.pdmodel.PrintDocumentMetaData
- public class PrintDocumentMetaData
- extends Object
This is an example on how to get a documents metadata information.
Usage: java org.pdfbox.examples.pdmodel.PrintDocumentMetaData <input-pdf>
- Version:
- $Revision: 1.11 $
- Author:
- Ben Litchfield
Method Summary |
static void |
main(String[] args)
This will print the documents data. |
void |
printMetadata(PDDocument document)
This will print the documents data to System.out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintDocumentMetaData
public PrintDocumentMetaData()
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.
printMetadata
public void printMetadata(PDDocument document)
throws IOException
- This will print the documents data to System.out.
- Parameters:
document
- The document to get the metadata from.
- Throws:
IOException
- If there is an error getting the page count.