Page 1 of 1

Links behavior for PDFs

Posted: Tue Apr 26, 2016 11:32 pm
by josecotes
Right now, when I produce my PDFs, the links are like these:

Code: Select all

See Chapter 5 (page 50) for more info.
The clickable part will be "Chapter 5".

How do I modify my links.xsl so that everything, including (page 50) is clickable?

Thanks,

Re: Links behavior for PDFs

Posted: Wed Apr 27, 2016 12:29 pm
by radu_pisoi
Hi,

A solution is to modify the named template topic.xref and to move the last xsl:if block inside the fo:basic-link element above it.