vb.net - Display Text From a doc or docx file in a TextBox without using Microsoft.Office.Interop in asp.net -
i want display text doc or docx file in textbox.
currently using microsoft.office.interop view text needs ms word installed on server. don't want use that.
any solutions?
you may use microsoft office open xml sdk. doesn't require ms office installed creating or working contents of document files. http://msdn.microsoft.com/en-us/library/office/bb456487%28v=office.14%29.aspx
the sdk downloaded here: http://www.microsoft.com/en-pk/download/details.aspx?id=30425
Comments
Post a Comment