package

com.pspdfkit.document.download.source

DownloadSource interface and implementations.

Interfaces

DownloadSource A remote PDF resource that can be downloaded by the DownloadJob

Classes

AssetDownloadSource A source for copying a PDF document from the app assets to the filesystem. 
ContentResolverDownloadSource A source for downloading a document from a ContentProvider. 
URLDownloadSource Download using a URL (usually from the web).