examples.capture
Class PageCapture
java.lang.Object
examples.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageCapture
public PageCapture()
main
public static void main(String[] args)