I’m using Aspose.Words 20.7 .NET. When saving the attached file as RTF I got “A value for the specified key is missing and the default value is not provided” exception
var document = new Aspose.Words.Document(inputFile);
document.Save(outputFile, Aspose.Words.SaveFormat.Rtf);
Please check it
sample.zip (46.2 KB)