Some test text!
Web / Changelog / v10.2.3
Starting in 10.2 you will have the option to instantiate WebViewer as a Web Component instead of an Iframe. Not all features may be supported at this time, but we recommend you start testing your application with the Web Component to ensure a smooth transition when we deprecate the iframe constructor in a future release.
To try out the Web Component all you need to do is switch your WebViewer constructor:
import WebViewer from '@pdftron/webviewer'
WebViewer.WebComponent({
path: '/public/webviewer',
licenseKey: 'YOUR_LICENSE_KEY',
}, document.getElementById('viewer'))
..........
For more information on Web Components and their advantages over Iframes please refer to this guide .
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales