Open word document on ASPX page
-
I want to open a Word doc on aspx page. Even though at temporary location. There is a tool which will convert the Word to XML and we can post it back to server. So my primary requirement is to load and make any changes to it from ASPX page. What will be the approach or can some one tell me the code to perform the task. I know there are libraries available for MS Word. We can create word files but I am not sure how can we edit them after loading on ASPX page. I tried using IFRAME. The word doc opens in a new window out side the application. I want it to open the word file in a ASPX page
Regards, Pavas
-
I want to open a Word doc on aspx page. Even though at temporary location. There is a tool which will convert the Word to XML and we can post it back to server. So my primary requirement is to load and make any changes to it from ASPX page. What will be the approach or can some one tell me the code to perform the task. I know there are libraries available for MS Word. We can create word files but I am not sure how can we edit them after loading on ASPX page. I tried using IFRAME. The word doc opens in a new window out side the application. I want it to open the word file in a ASPX page
Regards, Pavas
hi mpavas, Few days ago i also faced the same problem. My problem is that i want to embed Resume documents(doc) to aspx page. It works but there is no formatting, no indentation of letters. So, to achieve this you need to save your documents as Single Web Page in Save As Typeof Save As dialog Box. You can see this in MS-Word 2003. But you should do this programatically. Your document can easily embed into Iframe of Html tag. Believe me it works without changing formatting of word document. Hope this will help you. Thanks & Regards Dilip Kumar Vishwakarma
Programmer .Net Consulting