Package-level declarations
Types
Link copied to clipboard
A view for displaying and interacting with PDF documents. It supports features like animation, zoom, caching, and swiping.
Link copied to clipboard
A Handler that will process incoming RenderingTask messages and alert {@link PDFView.onBitmapRendered} when the portion of the PDF is ready to render.
Functions
Link copied to clipboard
Load PDF from a URI. Useful for content providers.
Load PDF using custom DocumentSource.
Load PDF from a file.
Load PDF from an {@link InputStream}. The stream is converted to a byte array, since native code does not support direct stream handling.
Load PDF from a byte array. Document is not saved on disk.
Load PDF from the assets file.