In trying to use GemBox.Document to convert a document from docx to RTF I receive an exception: System.NotImplementedException: ‘The method or operation is not implemented.’
My code is:
var doc = DocumentModel.Load(wordFilename);
doc.Save(rtfFileName, SaveOptions.RtfDefault);
The full stack trace is:
at \u0003 .\b(NumberStyle \u000f)
at \b .\u000f(ListLevelForm
at \u000f, Int32 \b)
at \b .\u000f(Int32 \u000f, ListStyle \b)
at \b .\u0005()
at \b .\u0006()
at \b .\u000f()
at GemBox.Document.RtfSaveOptions.67tg5rkvl9zwp8v7723mndgzuc3b4vj8 \u000f(DocumentModel \u000f, Stream \b, String \u0006)
at GemBox.Document.SaveOptions.67tg5rkvl9zwp8v7723mndgzuc3b4vj8 \u000f(DocumentModel \u000f, Stream \b, String \u0006, Boolean \u0002)
at GemBox.Document.DocumentModel.Save(String path, SaveOptions options)
I have tried with v2025.3.113 and v2025.5.105. The document in question is relatively simple and I’m happy to share it.
This happens in my code as well as directly on your website: