Re: Linking SVG-test to Nameddest in PDF

2016-06-09 Thread Matthias Reischenbacher
Hi,

as far as I know, this is currently not possible, but you could try the
following patch:

https://issues.apache.org/jira/browse/FOP-1648

BR,

Matthias

On 09.06.2016 07:09, markus.sticker.e...@zf.com wrote:
>
> Hi,
>
>  
>
> I just trying to link form an embedded svg to the title of the next
> chapter within the same pdf.
>
> Is that possible with FOP and batik?
>
>  
>
> This is what I tried these days:
>
>  
>
>   
>  xlink:title="Verweis zu einer SVG-Grafik">
>
> 
> style="fill:mintcream; stroke:black;" />
>
>   
>
>  
>
>   
>  xlink:title="Verweis zu www.w3.org">
>
> 
> style="fill:chartreuse; stroke:black;" />
>
>   
>
>  
>
> Without success.
>
> Kind regards
>
> Markus
>
>  
>



Linking SVG-test to Nameddest in PDF

2016-06-09 Thread markus.sticker.epos
Hi,

I just trying to link form an embedded svg to the title of the next chapter 
within the same pdf.
Is that possible with FOP and batik?

This is what I tried these days:

  

  

  

  

Without success.
Kind regards
Markus