While exporting RTF to Plain text the headers are not exported in output text file.
I used below code lines,
var docWord = new Document(rtfStream);
docWord.Save(“C:\Sample.txt”, Aspose.Words.SaveFormat.Text);
I’m using Aspose.Words.dll 11.5.0.0.
Please suggest a way to achieve the requirement.