tags:

views:

67

answers:

3

Hai frnd can 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?

A: 

Zend_Service_LiveDOCX is a solution that doesn't require COM. It uses a web service.

See this PHP tutorial.

Matthew Flaschen
sorry i dint get any code and idea regarding zend service including can u give some coding exaple
actually i wannt to write some content to exisisting document...without using com objectsuppost if u go file ->propertis->summaru/custom some content will be there if i edit that document na that properties getting erase
i want to open that document without using com object and write into that document without using com object
A: 

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.

rAm
i am using php coding
A: 

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.

Mark Baker