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