In the renderedCallback lifecycle event, append an iframe with its src set to the HTML5 page we wrote. We also add an event listening to dataURL messages from the iframe. import { LightningElement } from 'lwc'; import ddv from '@salesforce/resourceUrl/ddv'; export default class DocumentM...