rtf format to pdf
问题 Is there any way to convert rtf format to pdf using PHP? Thanks 回答1: If you want to stick with pure PHP, you can probably use HTML as an intermediary: Convert RTF to HTML http://freshmeat.net/projects/rtf2htm/ , http://www.phpclasses.org/package/1930-PHP-RTF-to-HTML-converter-with-latin-character-support.html Optionally: clean up the HTML http://htmlpurifier.org/ Convert HTML to PDF http://dompdf.github.io/ 回答2: You can use OpenOffice command line interface for that. Check my answer to a