I am using the following code (source) to display a PDF in a div
on my page.
<div>
<object data="data:application/pdf;base64,JVBERi0xLjcKCjEgMCBvYmogIC..." type="application/pdf" width="300" height="200">
alt : <a href="test.pdf">test.pdf</a>
</object>
</div>
Is there any way I can scroll the PDF from outside the <object>
? I want to use separate Javascript to scroll through pages on the PDF.