Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 315 Bytes

A PHP HTML-to-RTF-converter

Convert basic HTML output of TinyMCE to RTF with PHP

Supported HTML:

  • Text styles
    • bold
    • italic
    • undeline
    • strikethrough
  • Align
    • Left
    • Center
    • Right
    • Justify
  • Lists
    • Ordered
    • Unordered
  • Unicode characters

Example can be found in examples/index.php