salmanjaveed/html-rtf-converter

A HTML to RTF converter

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 13

pkg:composer/salmanjaveed/html-rtf-converter

v1.0 2022-08-18 10:55 UTC

This package is auto-updated.

Last update: 2025-09-29 02:22:56 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