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:
- can convert HTML to RTF (or DOC);
- runs on a Linux server;
- is callable from PHP;
- handles paged media and the ability to add page headers and footers; and
- handles tables.
Is there anything out there?