DocIO process flow

Dear,

I'm very interest about your DocIO product.
But, I didn't clearly about process to create or open document and save the document.

How to open the document from server, edit it in microsoft word and saved back to the server.

Your zip file sample show the "doc file" is saved from server to server.

I want to open the document locally, and save it to server.

Kind Regards,
Yudho

1 Reply

SK Sarath Kumar G Syncfusion Team July 26, 2007 12:48 AM UTC



Hi Yudho,

Thank you for your interest in Syncfusion products.

It is possible to open a document, edit it and save it locally in the computer. Opening an existing document and saving it to the computer locally is achieved by using the following code snippet.


[C#]

IWordDocument document = new WordDocument(Server.MapPath("Sample_Doc.doc"));



Here is the sample program for your reference.

http://websamples.syncfusion.com/samples/DocIO.Windows/F-65117/main.htm

Regarding saving back to the server can you explain the issue in detail which will be more helpful for us to investigate further in this issue.

Please let me know for further help.

Regards,
Sarath

Loader.
Up arrow icon