org.umber.crucible.pdf
Class PdfReader

java.lang.Object
  extended byorg.umber.crucible.pdf.PdfReader

public class PdfReader
extends java.lang.Object

Top level reader for PDF documents.

Author:
jsheets

Constructor Summary
PdfReader()
           
 
Method Summary
 IPdfDocument loadPdf(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfReader

public PdfReader()
Method Detail

loadPdf

public IPdfDocument loadPdf(java.io.InputStream in)