public class PdfReaderContentParser
extends java.lang.Object
| Constructor and Description |
|---|
PdfReaderContentParser(PdfReader reader) |
| Modifier and Type | Method and Description |
|---|---|
<E extends RenderListener> |
processContent(int pageNumber,
E renderListener)
Processes content from the specified page number using the specified listener
|
public PdfReaderContentParser(PdfReader reader)
public <E extends RenderListener> E processContent(int pageNumber, E renderListener) throws java.io.IOException
E - the type of the renderListener - this makes it easy to chain callspageNumber - the page number to processrenderListener - the listener that will receive render callbacksjava.io.IOException - if operations on the reader failCopyright © 2013. All Rights Reserved.