Oisín
-
2006-10-05
- priority: 5 --> 6
- Create a document with macros and save it.
- run the following code:
TextDocument document = new TextDocument();
document.Load("TestWithMacros.odt");
document.SaveTo("NewFile.odt");
- All macros are removed from the document!
Comparing the resulting file with the original by
unzipping it to a separate directory shows me also
that toolbars, dialogs and the thumbnail are also
removed!
Please keep all the files that where present upon
opening the document.