C# Word Document Verification/Validation... HOWTO?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. Beck

    C# Word Document Verification/Validation... HOWTO?

    Hello,

    I am in need of some sort of process/function/library/etc. that will verify
    the the validity of a word document. I have a client side of our system that
    will be able to transfer documents (specifcally Word documents) to our file
    servers. Within a C# program I need to be able to make sure that the Word
    documents are not damaged, write protected, or other format besides a
    compound document file.

    I use a C++ program that implements the same functionality. I have used
    http://support.microsoft.com/default...b;EN-US;186898 as a reference
    in order to do this in C++.

    Is there anyway to be able to do this in C#?

    Thanks in advance for the help,
    Martin
Working...