I need an option from within PHP to Manipulate .docx (Microsoft Office 2007) document.
I need to:
- Read the internal text
- Convert to .html
- To view them inside a browser.
- To replace text.
I know I can use Word Automation, creating a COM object of Microsoft Word, but it's too slow, unstable and I have to have it installed on the server.
Is there any library or code that can do it from PHP?