vonboth/html-rtf-converter

A HTML to RTF converter

Installs: 4 980

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 13

pkg:composer/vonboth/html-rtf-converter

1.0.1 2019-03-05 14:16 UTC

This package is auto-updated.

Last update: 2025-11-06 12:59:15 UTC


README

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