Watch
`; var mount = document.getElementById('dw-tools-mount'); var iframe = document.createElement('iframe'); iframe.title = 'PDF Tools'; iframe.style.cssText = 'width:100%;height:100vh;border:0;display:block;'; mount.replaceWith(iframe); var doc = iframe.contentWindow.document; doc.open(); doc.write(html); doc.close(); })();