PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a way to convert an HTML file that basically just has text marked up with bold, strong, italic, font sizes, to a MS Word file with php?
To explain more, I have users creating text documents with HTMLArea and they are stored in MySQL as HTML. And I want to make it available to export it to a document form that they can view/edit in MS Word.
Somehow I dont find COM for Windows in full force - OpenOffice should release some of their own linux based compatibility - or if its already there then php should include it - more and more people are asking MS Office related questions - checked up in many forums.
If you copy-paste and html file to MS Word it gets converted - I guess theres a COM method to convert if the html data is in clipboard or some other format.