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