HTML+CSS to RTF (in PHP)?

前端 未结 3 535
长发绾君心
长发绾君心 2020-12-08 22:47

I am seeking a solution to converting HTML + CSS (2.1) to RTF in PHP. While I have found a superb solution for HTML to PDF in Prince XML, I\'ve yet to find anything that:

3条回答
  •  盖世英雄少女心
    2020-12-08 22:51

    There is a PHP wrapper for HTML-to-PDF converter PD4ML. Optionally PD4ML can produce RTF instead of PDF. You just only need to add -outformat rtf or -outformat rtfwmf to its command line (and adjust HTTP header correspondingly).

提交回复
热议问题