Jump to content

display rtf file as html on page


bradkenyon

Recommended Posts

You need to first load the file into PHP with something like file_get_contents().  Then you can probably start by parsing out all the \n and making them into line breaks with nl2br().  Then you'll need to create some regexes to parse out all the RTF style flags in the file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.