How to move the scroll bar of the browser on a pdf

2019-08-28 11:04发布

问题:

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