Answers for "iframe display pdf"

1

iframe pdf html5

<div class='embed-responsive' style='padding-bottom:90%'>
  <embed src="../dist/pdf/9163465089428.pdf" type="application/pdf" width="100%" height="100%" />
</div>
Posted by: Guest on October-27-2021
0

use iframe to view pdf

<iframe id="fred" style="border:1px solid #666CCC" title="PDF in an i-Frame" src="PDFData.pdf" frameborder="1" scrolling="auto" height="1100" width="850" ></iframe>
Posted by: Guest on February-20-2022

Browse Popular Code Answers by Language