Package 

Interface PdfDocumentFactory

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait