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