Is it possible to open a file URL using WebPDF Viewer?
Yes. The function openFileByUri can open a file from a URL:
params = { url: the file url} WebPDF.ViewerInstance.openFileByUri(params)
Updated on March 5, 2019
Yes. The function openFileByUri can open a file from a URL:
params = { url: the file url} WebPDF.ViewerInstance.openFileByUri(params)
Updated on March 5, 2019