tinybutstrong html to word document
Is there a way to convert a HTML formmatted string to a Word document开发者_StackOverflow? I tried using tinybutstrong but it doesn't seem to convert any html tags.
TinyButStrong is a PHP template engine that can merge HTML, Text, ... and also Docx, Xlsx, Odt, Ods, ... using it's OpenTBS plugin. Nevertheless it cannot to conversion.
Maybe here is a solution: http://www.phplivedocx.org/2009/08/13/convert-docx-doc-rtf-to-html-in-php/
精彩评论