Class ExtractImages


  • public final class ExtractImages
    extends java.lang.Object
    Extracts the images from a PDF file.
    Author:
    Ben Litchfield
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point for the application.
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Entry point for the application.
        Parameters:
        args - The command-line arguments.
        Throws:
        java.io.IOException - if there is an error reading the file or extracting the images.