visuellverstehen/html-to-rtf

HTML 到 RTF 转换器

dev-main 2022-04-06 11:58 UTC

This package is auto-updated.

Last update: 2024-09-22 13:45:50 UTC


README

使用 PHP 将 TinyMCE 的基本 HTML 输出转换为 RTF

支持的 HTML

  • 文本样式
    • 粗体
    • 斜体
    • 下划线
    • 删除线
  • 对齐
    • 左对齐
    • 居中
    • 右对齐
    • 两端对齐
  • 列表
    • 有序列表
    • 无序列表
  • Unicode 字符

这是一个基于 hermanouchoa/php-html-to-rtf-converter 的分支。这个分支提供了一个 Config 类,可以覆盖 RTF 的默认字体和字体大小。

安装

composer require visuellverstehen/html-to-rtf:dev-master

示例

示例可以在 examples/index.php 中找到