How to move the scroll bar of the browser on a pdf file with ASP / Javascript?

余生长醉 提交于 2020-01-06 07:52:27

问题


I am looking for some time if there are free apis / or other projects in order to move the scroll bar of the browser to the position of an item referred to a pdf document. I would like to redirect the user to a pdf file of my site ("/ Help.pdf") directly to the desired position.(on a title or page number, for example) and not on position (x or y) as it varies according to the screen resolution.


回答1:


You can do it passing parameters to the link :

<A HREF="http://www.example.com/myfile.pdf#glossary"> Goes to glossary

<A HREF="http://www.example.com/myfile.pdf#page=3"> Goes to page 3

http://helpx.adobe.com/acrobat/kb/link-html-pdf-page-acrobat.html



来源:https://stackoverflow.com/questions/15828605/how-to-move-the-scroll-bar-of-the-browser-on-a-pdf-file-with-asp-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!