You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Urban Spielmann <sp...@it-insourcing.ch> on 2003/11/26 10:22:18 UTC

Help: how to make an external link to a specific position in an external PDF file

:) The following link works fine; AdobeReader jumps to the specified
block:
<fo:basic-link internal-destination="MY_BLOCK_ID">Link</fo:basic-link>
 
:) The next link works fine, too; AdobeReader jumps to the beginning of
the external document (file.pdf):
<fo:basic-link external-destination="file.pdf">Link</fo:basic-link>
 
:( But this link does NOT work; AdobeReader opens the internet browser
with the address http://file.pdf#MY_BLOCK_ID:
<fo:basic-link
external-destination="file.pdf#MY_BLOCK_ID">Link</fo:basic-link>
 
So, how do I have to specify a link to a specific position in an
external file of the SAME directory?
 
Thanks for any help.
 
Best regards
Urban
 

Re: Help: how to make an external link to a specific position in an external PDF file

Posted by Chris Bowditch <bo...@hotmail>.
J.Pietschmann wrote:

<snip/>

> 
> See
>  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19693
> 
> I don't think the patch made it into the code yet.
> 

You have the power to change that :-)

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Help: how to make an external link to a specific position in an external PDF file

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Urban Spielmann wrote:
> :( But this link does NOT work; AdobeReader opens the internet browser
> with the address http://file.pdf#MY_BLOCK_ID:
> <fo:basic-link
> external-destination="file.pdf#MY_BLOCK_ID">Link</fo:basic-link>
>  
> So, how do I have to specify a link to a specific position in an
> external file of the SAME directory?

See
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19693

I don't think the patch made it into the code yet.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org