In app pdf viewer from url

i want to make a education app which wil contain past paers and notes in pdf i have seen in app pdf extension we have to upload pdf in asset to show it up in app but i want to make it load from url it will not increase my app size so is it possible to show in app pdf viewer from url instead of uplaod to asset i know it can be loaded from WebView but i want to show in app pdf means without WebView and without google drive

yes, you load the pdf url in your app using the WebViewer component.
For example:

call WebView1.goToUrl, url = myPdfUrl

as i have said i knwo it can be loaded from webview but i want to show in app pdf means without webview and without google drive

You are use any in app PDF Viewer extension.

1 Like