Class ExtractImages

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public final class ExtractImages
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    Extracts the images from a PDF file.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractImages()
      Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      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
    • Field Detail

      • SYSOUT

        private final java.io.PrintStream SYSOUT
      • SYSERR

        private final java.io.PrintStream SYSERR
      • JPEG

        private static final java.util.List<java.lang.String> JPEG
      • password

        private java.lang.String password
      • prefix

        private java.lang.String prefix
      • useDirectJPEG

        private boolean useDirectJPEG
      • noColorConvert

        private boolean noColorConvert
      • infile

        private java.io.File infile
      • seen

        private final java.util.Set<COSStream> seen
      • imageCounter

        private int imageCounter
    • Constructor Detail

      • ExtractImages

        public ExtractImages()
        Constructor.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for the application.
        Parameters:
        args - The command-line arguments.
      • call

        public java.lang.Integer call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>