Is it possible to display an RTF file inside a web page using PHP?

后端 未结 7 1774
长情又很酷
长情又很酷 2020-12-03 08:27

I have an RTF file that I want to display inside a web page after tags have been replaced with user input.

I would like to be able to display the RTF file without

7条回答
  •  旧时难觅i
    2020-12-03 08:48

    You might want to check out https://github.com/tbluemel/rtf.js for client-side RTF rendering. It's still in its early stages but it renders even embedded graphics. Support for rendering embedded WMF artwork is still very very limited, though, and requires browser support for the tag.

提交回复
热议问题