org.jpedal.examples.images
Class ExtractImages

java.lang.Object
  extended by org.jpedal.examples.images.ExtractImages

public class ExtractImages
extends java.lang.Object

Simple image extraction with images are extracted to a directory


Field Summary
static boolean isTest
           
static boolean outputMessages
          flag to show if we print messages
static java.lang.String testOutputDir
           
 
Constructor Summary
ExtractImages()
           
ExtractImages(java.lang.String file_name)
          example method to open a file and extract the images
 
Method Summary
 java.lang.String getOutputDir()
           
static void main(java.lang.String[] args)
          main routine which checks for any files passed and runs the demo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputMessages

public static boolean outputMessages
flag to show if we print messages


testOutputDir

public static java.lang.String testOutputDir

isTest

public static boolean isTest
Constructor Detail

ExtractImages

public ExtractImages()

ExtractImages

public ExtractImages(java.lang.String file_name)
example method to open a file and extract the images

Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo


getOutputDir

public java.lang.String getOutputDir()
Returns:
Returns the output_dir.