html5 rtf,HTML+CSS to RTF (in PHP)?

约定不等于承诺〃 2022-10-09 02:35 247阅读 0赞

The easiest way to do this is using phpLiveDocx. It is component for the Zend Framework and completely free.

Supported template file formats (input)

DOCX - Microsoft Word DOCX Format

DOC - Microsoft Word DOC Format

RTF - Rich Text Format File

TXD - TX Text Control Format

Supported document file formats (output)

DOCX - Microsoft Word DOCX Format

DOC - Microsoft Word DOC Format

RTF - Rich Text Format File

PDF - Acrobat Portable Document Format

TXD - TX Text Control Format

TXT - ANSI Plain Text

From the project web site:

“phpLiveDocx allows developers to generate documents by combining structured data from PHP with a template, created in a word processor. The resulting document can be saved as a PDF, DOCX, DOC or RTF file. The concept is the same as with mail-merge.”

For details, see:

发表评论

表情:
评论列表 (有 0 条评论,247人围观)

还没有评论,来说两句吧...

相关阅读

    相关 RTF 格式 说明

    摘要: 本文对RTF文件格式进行分析研究,对RTF文件结构及特性进行了阐述,并分别列举了几个实用性的例子进行详细分析, 最终通过VB程序代码实现了一个RTF书写器(不具有所