I have a pdf with multiple pages and it’s inside an iframe. I would like to show my pdf thumbnail/ actual pdf as per image 2 for preview purpose. And the pages/thumbnails must be able to zoom in. I am currently implementing the page with html , JS & Jqery only. How can I get the result of the image 2?
Thank you guys.!!
My Current Pdf Preview (image 1)
The result i want (image 2)
<iframe src="" width= "100%" height = "300" id="rpt_preview" style="">
<p>Your browser does not support iframes.</p>
</iframe>