open Document Async
Opens an image document from a Uri. Note that currently only local files are supported and passing remote or non-file Uris will throw an java.io.IOException.
Return
Single observable returning an ImageDocument instance if the opening succeeded.
Parameters
Application context.
Uri pointing to the PDF document.
Throws
If PSPDFKit was not initialized with com.pspdfkit.PSPDFKit.initialize call.
Opens an image document from a Uri. Note that currently only local files are supported and passing remote or non-file Uris will throw an java.io.IOException.
Return
Single observable returning an ImageDocument instance if the opening succeeded.
Parameters
Application context.
DocumentSource describing the source of the image document.
Throws
If PSPDFKit was not initialized with com.pspdfkit.PSPDFKit.initialize call.