chriswillerton/html-rtf-converter

A HTML to RTF converter

Installs: 1 893

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 13

pkg:composer/chriswillerton/html-rtf-converter

1.0.3 2023-03-07 11:03 UTC

This package is auto-updated.

Last update: 2025-10-07 16:58:22 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