Good day! I want to display a .pdf file in HTML, used the following construction:
<object data="D:\Java.pdf" type="application/pdf" width="100%" height="100%" id="pdf"> <p>Alternative text - include a link <a href="D:\Java.pdf">to the PDF!</a></p> </object> I didn’t find information anywhere, is it possible using JavaScript to find out on which page the document is currently open? I would be grateful for any answer!