How to edit a word document located in sharepoint 2007 ?
Hi all, I would like to edit an existing Word document in sharepoint 2007 programmatically. How can I do this ? Thanks
October 13th, 2010 8:54pm

to do that you'll need a fairly extensive codebase to open and save the binary file format. There are thrid party companies that offer managed code assembliest that can be used to do this kind of work. The one I've normally used is from ASPOSE. Take a look at the following: http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspxPaul Stork SharePoint Server MVP
Free Windows Admin Tool Kit Click here and download it now
October 13th, 2010 9:07pm

Hi Godeffroy, What do you mean to edit the Word document, do you mean you want edit the template of the document programmatically, or just mean to edit the content of the doc document? If you want to program the template, the following link may give you a hand: http://msdn.microsoft.com/en-us/library/bb266219(office.12).aspx If you want to programmatically add the doc to the document library, please follow this link: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/programetticallyaddingdocuemnt08212009053115AM/programetticallyaddingdocuemnt.aspx. Else if you just want to edit the content of the doc, you can just open it in the library instead of program it. Hope it helps! Leo
October 22nd, 2010 5:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics