sevcik.tk

Avatar

sevcik [dot] tk / .net, csharp, sharepoint, visual studio, my knowledge base, my tips, etc…

DSOFile.dll for read/edit Office documents properties

The Dsofile.dll files lets you edit Office document properties when you do not have Office installed

  • The Dsofile.dll sample file is an in-process ActiveX component for programmers that use Microsoft Visual Basic .NET or the Microsoft .NET Framework.
  • You can use this in your custom applications to read and to edit the OLE document properties that are associated with Microsoft Office files, such as the following:
        * Microsoft Excel workbooks
        * Microsoft PowerPoint presentations
        * Microsoft Word documents
        * Microsoft Project projects
        * Microsoft Visio drawings
        * Other files that are saved in the OLE Structured Storage format
  • You have a royalty-free right to use, to modify, to reproduce, and to distribute the Dsofile.dll sample file component and the C++ source code files in any way you find useful.
  • Warning The Dsofile.dll, the source code, and the associated samples are provided "as is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. Use at your own risk.
  • Note To read and to edit Office 2007 documents by using this sample, you must install the Office 2007 Compatibility Pack. For more information, see the "Resources" section.

,