Hi, i’m trying to implement a simple conversion from rtf to doc.
For input, i’m using a xtrareport from devexpress, then exporting it to rtf into a memory stream.
I’m trying to convert this stream to a doc.
But i get …...ReportFormats format) { using (var mem = new MemoryStream()) { //some ifs..._mem = mem; var getDocStream = new SaveDocumentStream(GetSaveFileStream);...