Hi,

The following <fo:block> is working for me... I have generated a PDF file with the below link. When clicked on the link,
The URL opened in new browser window.

<fo:block>
Hyperlink to an external resource:
<fo:basic-link color="blue" text-decoration="underline"
external-destination="url(http://bla.com/index.html)">Home Page
</fo:basic-link>
</fo:block>

Hope, I have understood your problem.

Cheers,
Venkat.
Mathieu Malaterre wrote:
Hi there,

  I am wondering if there is a way to hide the URL of a ulink and make
it a hyperlink in PDF output ?

Here is my test case:

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"docbookV4.5/docbookx.dtd" []>
<article>
  <title>Test ulink</title>
  <para><ulink url="http://bla.com/index.html";>Link to bla</ulink></para>
</article>


The output PDF is 'clickable', but the URL is visible.

Thanks for info,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to