1

Is there a way to convert a HTML formmatted string to a Word document? I tried using tinybutstrong but it doesn't seem to convert any html tags.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
kimj
  • 13
  • 1
  • 3
  • tbs is a templating system, no relation to word document generation... Did you try http://www.phpdocx.com/ ? – fvu Aug 25 '11 at 16:32

1 Answers1

0

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/

Skrol29
  • 5,402
  • 1
  • 20
  • 25