Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 340 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 340 Bytes

A PHP HTML-to-RTF-converter

Convert basic HTML output of TinyMCE to RTF with PHP

Supported HTML:

  • Text styles
    • bold
    • italic
    • underline
    • strikethrough
  • Align
    • Left
    • Center
    • Right
    • Justify
  • Lists
    • Ordered
    • Unordered
  • Table
    • tr, th, td
  • Unicode characters

Example can be found in examples/index.php