Class ExtractXMP


  • public class ExtractXMP
    extends java.lang.Object
    Extract the XMP metadata from the document or from a page.
    Author:
    Tilman Hausherr
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractXMP()
      private constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Infamous main method.
      void startExtraction​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtractXMP

        public ExtractXMP()
        private constructor.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Infamous main method.
        Parameters:
        args - Command line arguments, should be one and a reference to a file.
        Throws:
        java.io.IOException - if there is an error reading the document or extracting the XMP data.
      • startExtraction

        public void startExtraction​(java.lang.String[] args)
                             throws java.io.IOException
        Throws:
        java.io.IOException