T
Thomas Roessler via OfficeKB.com
I am trying to unprotect a Word2003-document using .NET-libraries and C#
(btw: the document protection in my case does not require a password).
So, the .NET-library provides me with the
_Document.Unprotect(ref object)
method, but it does not work. Even when I call this method, the forms
contained in my document are still protected and the application which I
have developed is not able to retrieve the content of the document.
Does anybody have an idea how to unprotect this kind of word-forms using C#?
Thanks!
Thomas
(btw: the document protection in my case does not require a password).
So, the .NET-library provides me with the
_Document.Unprotect(ref object)
method, but it does not work. Even when I call this method, the forms
contained in my document are still protected and the application which I
have developed is not able to retrieve the content of the document.
Does anybody have an idea how to unprotect this kind of word-forms using C#?
Thanks!
Thomas