Hi ,
I want to embed a word document in browser, for that i have used
but it's prompting save dialog in firefox and other brosers except in IE
Can any one solve this problem for me,
I want to display the embedded word document in asp.net webpage
(like monster.com resume, in monster.com the uploaded resume display is embedded in webpage and it works fine in all browsers)
Could any one please tell me how to achieve it...
Thanks....
Loading
Alex SmithPosted Sep 5, 2014, 4:50 AM
this sample project on MSDN works for converting Word to HTML ,and which is based on free C# Word component.
http://code.msdn.microsoft.com/Manage-Word-documents-in-C-a96d7131
Edda BrownPosted Sep 4, 2014, 4:14 AM
Hi, well from what I can see resume.monster.com renders resumes in HTML format and provides a link to word document's download location.
You can use that approach as well and it will work on all browsers, for example try this to convert Word resumes to HTML format in .NET.
You can use the same approach to create a C# manipulation (conversion) of RTF format.
Suthish NairPosted Feb 13, 2012, 1:34 PM