Class PartRetrievers.ExternalPdfPartRetriever
Represents a pdf document retriever.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								PartRetrievers.ExternalPdfPartRetriever(url, options)
							 ExternalPdfPartRetriever retrieves Document data from a url. | 
					Class Detail
				
				
				
						PartRetrievers.ExternalPdfPartRetriever(url, options)
				
				
				
					ExternalPdfPartRetriever retrieves Document data from a url.
					
				
				
				
				
				
					
						- Parameters:
- {string} url
- The URL of the file to load. May be relative to the current page.
- {object} options
- Additional options
- {boolean} options.useDownloader
- Whether to use Downloader, defaults to false.
- {boolean} options.withCredentials
- Whether to set the withCredentials property on the XMLHttpRequest
