public interface PdfDocumentFactory<T extends PdfDocument>
abstract T
open(File file, String password)
open(Resource resource, String password)
abstract KClass<T>
getDocumentType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract T open(File file, String password)
Opens a PDF from a file.
abstract T open(Resource resource, String password)
Opens a PDF from a Fetcher resource.
abstract KClass<T> getDocumentType()
Class for the type of document this factory produces.