Hi there, I am trying to link one PDF to another PDF. If I use the following:
$ cat foo.fo ... <fo:basic-link external-destination="bla.pdf" show-destination="replace">bla</fo:basic-link> ... Then I can open the the foo.pdf file and properly click on the 'bla' link. However if I try to use fragment identifier like this: <fo:basic-link external-destination="bla.pdf#id" show-destination="replace">bla at index: id</fo:basic-link> Then acroread try to open a link from firefox... Could someone please let me know what is the proper syntax for linking to specific fragment identifier from pdf to another pdf ? Thanks ! -- Mathieu Using: fop 0.95 --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org