Hi,
When saving as .Odt if I set:
OdtSaveOptions.Password = “111”
I will get XmlException: Data at the root level is invalid. Line 1, position 1....code for testing: Document doc = new Document(@"C:\Temp\in.docx");...your code: Dim doc As Document = New Document("d:\file.html") Dim...