opening MS word document without using com object
Hai frnd c开发者_StackOverflow中文版an give me some solution.. 1.how to open ms word document without using com(word.application) 2.actually i want to edit existing document only changing content without affecting any properties?
Zend_Service_LiveDOCX is a solution that doesn't require COM. It uses a web service.
See this PHP tutorial.
You can use NPOI. It is .NET port of the POI library. I used it for excel but guess should work for word as well.
This probably isn't much help because you need a solution now: PHPWord currently only writes and only to .docx files. It is still in the early stages of development, but is worth keeping an eye on, and readers will be forthcoming in due course, as will support for .doc.
精彩评论