examples.extraction
Class PageImageExtraction

java.lang.Object
  extended byexamples.extraction.PageImageExtraction

public class PageImageExtraction
extends Object

The PageImageExtraction class is an example of how to extract images from a PDF document. A file specified at the command line is opened and any images that are embedded in the first page's content are saved to disk as PNG graphic files.

Since:
2.0

Constructor Summary
PageImageExtraction()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageImageExtraction

public PageImageExtraction()
Method Detail

main

public static void main(String[] args)