Hi!
Is it possible to display a PDF in webview? I can't intercept the url for rewrite, so I need native PDF display. I am working with V3.17.
CU,
Timo
Display PDF in Webview
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Display PDF in Webview
Yes in the past I used https://mozilla.github.io/pdf.js/. Create a HTML Page with pdf.js and load the PDF.
- tfalk
- Posts:3
- Joined: Mon Jun 22, 2015 3:44 pm
Re: Display PDF in Webview
In the past I used this too. Intercepting the URL and rewrite if the url contains a PDF. But now I have a web app and can not use this method.
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Display PDF in Webview
If you set ulcClientSideWidget to true, the website will be rendered by the browser. Its a ULC Problem right?
- tfalk
- Posts:3
- Joined: Mon Jun 22, 2015 3:44 pm
Re: Display PDF in Webview
No, I am using a user interface locally.