|
From: Ethan A M. <sf...@us...> - 2011-02-28 17:40:10
|
On Monday, February 28, 2011 09:16:55 am Mojca Miklavec wrote:
> > That sound possible, but it has little to
> > do with PDF vs HTML vs CHM.
>
> Not entirely, but it still kind of does. I cannot use "help something"
> to open PDF viewer on "(x,y) coordinate of page z".
Try:
${pdfviewer} mydoc.pdf#page=10
PDF files can have internal anchor points, just like HTML files.
|