using prLink for internal links

6 views
Skip to first unread message

Mark Mitchell

unread,
Jan 2, 2013, 11:26:42 PM1/2/13
to pdf-...@googlegroups.com
I'm trying to create links in a PDF that link to another page but I can't seem to find the correct URI scheme to accomplish this.

I've tried

 prLink( { page   => 2,
             x      => 190,
             y      => 95,
             width  => 230,
             height => 20,
             URI    => 'this.pageNum=1;'     } );

and also

 prLink( { page   => 2,
             x      => 190,
             y      => 95,
             width  => 230,
             height => 20,
             URI    => 'test.pdf#page=2;'     } );

This always creates links to external URLs. Is there anyway to add internal links to a PDF page?
Reply all
Reply to author
Forward
0 new messages