Now it is not possible to translate hyperlinks (to internet or to TPP) from TPP to PDF in U++.
In a later post, Mirek did not approve it. However I think we can insist about it because I think it makes sense.
I guess we need some sort of 'escape' interface in Draw...
I mean, the problem is that Draw (and PdfDraw) operates on very low level.
But if we had some
virtual void Escape(const String& text_data);
method in Draw, we perhaps might use it to send some metainformation to the Draw, that would be ignored most of time, but perhaps interpreted in some Draw backends.