Re: links and scroll position

2016-09-22 Thread Tilman Hausherr
The PDF specification just tells "All coordinate values (left, right, top, and bottom) shall be expressed in the default user space coordinate system." Why not just try it? It won't bite. An example on the use of PDPageXYZDestination can be found here, not related to bookmarks: https://stacko

links and scroll position

2016-09-22 Thread Croe . David
Hi, i would like to create a bookmark which scrolls to a position within the pdf. For that purpose I've tried to use a PDPageXYZDestination, which comes with a setTop method. Does anyone know, how setTop works in combination with and without page.Rotation and what exactly should be the behavior ?