Open rob7429 opened 5 years ago
Interesting. Is this a standard RTF feature? I can't seem to create hyperlinks using WordPad.
I couldn't find this in the standard, but some parsers support this, e.g. https://github.com/mazira/rtf-stream-parser/blob/master/test/de-encapsulate.test.ts#L364
Anyone care to add support for hyperlinks?
E.g. from RTF:
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt search}}
to HTML:<a href="http://www.google.com/">search</a>
Cheers