The document creator appears at the top of the text

Hi, aspose support team.

I have an issue when saving to rtf.

Aspose.Words.Document orgRtf = new Aspose.Words.Document(“F:\org.rtf”);
Aspose.Words.Document modRtf = new Aspose.Words.Document();
modRtf = orgRtf.Clone();

modRtf.Save(“F:\mod.rtf”, Aspose.Words.SaveFormat.Rtf);

When you open a modified rtf document in wordpad, the document’s creator is displayed in text.
If you open it in MS office instead of wordpad, the problem does not occur.

What should I do?

Upload the sample file.
sample.zip (12.5 KB)

Additional Information
This happens when you create an rtf document in ms office and then save it via aspose. Documents generated by wordpad will not be generated.

The version of aspose I am using is 18.1.0.0, and the same happens in the latest version (18.10.0.0).

Thank you.

@leech230,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-17572. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-16496) have been fixed in this update