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 MARTIN Franck <fr...@c-s.fr> on 2002/03/12 14:39:52 UTC

mailto:

Does anyone know how to create a "mailto:" link in a pdf document using
fop.
In other words what's the xsl-fo tag to do so and is it implemented in
FOP?
thanx
Franck


RE: mailto:

Posted by Peter Velichko <pe...@softline.kiev.ua>.
Try
<fo:block><fo:basic-link
external-destination="mailto:your@e-mail.com">Text</fo:basic-link></fo:block
>

-----Original Message-----
From: MARTIN Franck [mailto:franck.martin@c-s.fr]
Sent: Tuesday, March 12, 2002 3:40 PM
To: fop-user@xml.apache.org
Subject: mailto:


Does anyone know how to create a "mailto:" link in a pdf document using
fop.
In other words what's the xsl-fo tag to do so and is it implemented in
FOP?
thanx
Franck