examples.capture
Class PageCapture

java.lang.Object
  extended byexamples.capture.PageCapture

public class PageCapture
extends Object

The PageCapture class is an example of how to save page captures to disk. A file specified at the command line is opened and every page in the document is captured as an image and saved to disk as a PNG graphic file.

Since:
2.0

Constructor Summary
PageCapture()
           
 
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

PageCapture

public PageCapture()
Method Detail

main

public static void main(String[] args)