Package org.apache.pdfbox.tools
Class ExtractXMP
java.lang.Object
org.apache.pdfbox.tools.ExtractXMP
Extract the XMP metadata from the document or from a page.
- Author:
- Tilman Hausherr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Infamous main method.void
startExtraction
(String[] args)
-
Constructor Details
-
ExtractXMP
public ExtractXMP()private constructor.
-
-
Method Details
-
main
Infamous main method.- Parameters:
args
- Command line arguments, should be one and a reference to a file.- Throws:
IOException
- if there is an error reading the document or extracting the XMP data.
-
startExtraction
- Throws:
IOException
-