Download Job
A task that can download a PDF document from a DownloadSource. You can create and start a job using startDownload. To monitor the download progress you can either set a listener using setProgressListener or retrieve a progress observable using getProgress.
Types
Link copied to clipboard
interface ProgressListener
Definition of callback objects for observing downloads.
Link copied to clipboard
An empty implementation of a ProgressListener.
Functions
Link copied to clipboard
Returns the output file as defined by the started DownloadRequest.
Link copied to clipboard
Returns an Observable that emits Progress events of the download.
Link copied to clipboard
Returns
true
if the download has been successfully completed.Link copied to clipboard
Sets a ProgressListener for monitoring the download.
Link copied to clipboard
Create a new DownloadJob from a DownloadRequest.