Hi,
I have an iFrame on a aspx page and I am streaming a PDF page stored in database to this iFrame.
Now I would liek that when the PDF file opens on the iFrame it automatically goes to say Page Number 5.
Adobe Reader allows this through "Open Parameters" for eg. if I am navigating to (by setting iFrame src)
www.MySite.com/MyFile.pdf#page=5It will automatically open the page number 5, due to "#page=5" appended in the URL
Now when I am streaming the File, the iFrame src is typically
www.MySite.com/ShowPDFs.aspx hence I am not able to provide the "#page=5".
Is there anyway to modify the URL of the iFrame?
Can I somehow have something like ".pdf"#page=5" appended into the iframe URL without such a location existing and this after the content has been written to it?
Thanks
Start Free Trial