Remove Script from word doc

Hi,

Is it possible using aspose.word to remove programming script from a word document. The reason I am asking is to disable / remove melisous script from documents??

You cannot remove one particular script from Word document. Only all macros in the document can be removed. Use Document.RemoveMacros() method for this.

Best regards,

Thanks thats what I want to do Smile [:)]