Class ExtractImages

java.lang.Object
org.apache.pdfbox.tools.ExtractImages
All Implemented Interfaces:
Callable<Integer>

public final class ExtractImages extends Object implements Callable<Integer>
Extracts the images from a PDF file.
  • Field Details

    • SYSOUT

      private final PrintStream SYSOUT
    • SYSERR

      private final PrintStream SYSERR
    • JPEG

      private static final List<String> JPEG
    • password

      private String password
    • prefix

      private String prefix
    • useDirectJPEG

      private boolean useDirectJPEG
    • noColorConvert

      private boolean noColorConvert
    • infile

      private File infile
    • seen

      private final Set<COSStream> seen
    • imageCounter

      private int imageCounter
  • Constructor Details

    • ExtractImages

      public ExtractImages()
      Constructor.
  • Method Details

    • main

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

      public Integer call()
      Specified by:
      call in interface Callable<Integer>