I have a Pdf object on a page
<object data="data/test.pdf" type="application/pdf" width="700" height="900">
</object>
I need to scroll this pdf to the last page on page load.
At least in Fx, if there is not universal way for that. I see it uses pdfViewer in Firefox, but not sure how to get the viewer itself to ask it to scrolldown. The document is of varying length, I do not know the last page number.