com.lowagie.text.pdf
Class PdfLister
java.lang.Object
|
+--com.lowagie.text.pdf.PdfLister
- public class PdfLister
- extends Object
List a PDF file in human-readable form
- Author:
- Mark Thompson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
PrintStream out
PdfLister
public PdfLister(PrintStream out)
listAnyObject
public void listAnyObject(PdfObject object)
listDict
public void listDict(PdfDictionary dictionary)
listArray
public void listArray(PdfArray array)
listStream
public void listStream(PRStream stream,
PdfReaderInstance reader)
listPage
public void listPage(PdfImportedPage iPage)