Tagged Questions
3
votes
4answers
111 views
How should I be saving .doc documents to a SQL Server database
I am saving a .doc file to a SQL Server database as varbinary(max) using the C# code below.
I am able to save the file, but when I retrieve the file back and want to display the contents on the web ...
1
vote
1answer
136 views
Reading documents in .NET
Easy question I guess, but can I open any file formats with Word interop that Microsoft Word itself supports?
My task looks very simple, I need to read text, only text, from any type of documents ...
1
vote
2answers
562 views
how to programmatically (c#) find and replace in doc and docx file in share point library
My job is to do a find and replace in .doc and .docx files which are saved in sharepoint document library. i have to alter all the documents in the document library by doing find and replace. please ...
1
vote
2answers
570 views
Reading .doc file without launching MSWord
I'm trying to open .doc file and read its content. But i can't find any way how to do this without launching MSWord.
Now I have following code:
Microsoft.Office.Interop.Word.Application app = ...
0
votes
1answer
348 views
Reading data from .doc or .docx and inserting into db
A vendor is providing content which needs to be inserted into the db. The content is basically questions with options and explanations. An example is below.
=========================================
...
0
votes
2answers
246 views
How to create image (or other “read-only” format) from .doc
Anyone know of a way to convert a .doc with mail-merge fields into an image in C#? Basically we want to be able to display a "read-only" version of the document. This can be an image or some other ...