We generate lots of documents that contain state charts that were exported in SVG format from our CASE tool.
The transitions between states are labeled with text containing references to some elements in the software.
It would be nice to be able to link from this text to the corresponding definition of the element in the same pdf document.
So we need support for the a element in Prince, at least as child element of text and tspan!
example:
The transitions between states are labeled with text containing references to some elements in the software.
It would be nice to be able to link from this text to the corresponding definition of the element in the same pdf document.
So we need support for the a element in Prince, at least as child element of text and tspan!
example:
<text><a>ELEMENT_A</a></text>
<text><tspan><a>ELEMENT_B</a>:=<a>ELEMENT_C</a> + 1;</tspan></text>
- - -
Johann