I’m trying to show PDF file content by HTML element, here’s my page:
But there’s a problem, on preview and live mode the HTML show nothing .
Although the console show correct about .src link
And when I checked the frame source, it’s show below code:
<!doctype html>
<html>
<body style='height: 100%; width: 100%; overflow: hidden; margin:0px; background-color: rgb(82, 86, 89);'>
<embed name='8A4DAD1BE9392E0061C2904D235CEA54' style='position:absolute; left: 0; top: 0;'width='100%' height='100%' src='about:blank' type='application/pdf' internalid='8A4DAD1BE9392E0061C2904D235CEA54'>
</body>
</html>
What mistakes I’ve made, and how to fix it ?
Ps: I’m a newbie, who only know a little Javascript (but nothing about HTML) from some weeks since using Corvid, please help me as detail as possible .