henck / rtf-html-php

RTF to HTML converter in PHP
http://www.independent-software.com
GNU General Public License v2.0
102 stars 74 forks source link

HYPERLINK support #61

Open rob7429 opened 5 years ago

rob7429 commented 5 years ago

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

henck commented 5 years ago

Interesting. Is this a standard RTF feature? I can't seem to create hyperlinks using WordPad.

alecpl commented 3 years ago

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