Well, Here is a short snippet that illustrates what I said. You need to set both font-size and alignment-adjust properties elsewhere.
<fo:basic-link external-destination="http://your.link.here"> <fo:wrapper font-size="{$graphic_height}mm" alignment-adjust="after-edge"> <fo:external-graphic src="url(your.image.here)" content-height="{$graphic_height}mm" content-width="60mm" /> </fo:wrapper> </fo:basic-link> HTH, Pascal > -----Message d'origine----- > De : Cecile HENNER [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 6 juin 2007 16:02 > > Pascal, > > I've already read that, but there is no real example, you > talked about font-size or wrapper but I don't see these > elements in the examples. > So I try what I understood, mais this doesn't resolve my problem. > Have you a real XML example that shows the solution ? > > Thanks > Cecile > > Pascal Sancho a écrit : > > Hi Cecile > > > > This is a known bug (see [1]) > > > > And I have yet provided a workaround on this list last > month: see [2] > > > > [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=42501 > > [2] http://marc.info/?l=fop-user&m=117990908713295&w=2 > > > > Pascal > > > > > >> -----Message d'origine----- > >> De : Cecile HENNER [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin > >> 2007 15:07 > >> > >> Hi, > >> > >> I have the following problem. I need to place a link on a > picture in > >> my PDF. Is there a specific manner to do in order to have > the link in > >> the whole area of the picture. For the moment the link is > just on the > >> few last lines of the picture. > >> I'm using FOP 0.93. > >> > >> Thanks for your answers. > >> Cecile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
