hermanouchoa/php-html-to-rtf-converter

A HTML to RTF converter

dev-master 2021-07-13 12:32 UTC

This package is auto-updated.

Last update: 2024-05-13 18:27:28 UTC


README

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