Field code changed added with conversion to RTF

Hi,

Please see attached document that have conversion issues to RTF (1589-result.rtf this is a result of conversion with Aspose).
“Field code changed” TC added on TOC field with conversion to RTF.

Thank you,

Alex

Hi Alex,

Thanks for your inquiry. I have worked with your Doc file, the track changes is “On” in your Doc file. Please use Document.TrackRevisions property as shown in following code snippet to stop track changes. Hope this helps you. Please let us know if you have any more queries.

Document doc = new Document(MyDir + "in.doc");
doc.TrackRevisions = false;
doc.Save(MyDir + "AsposeOut.rtf");

Hi,

The issue is this: document has TC enabled but there are no changes made. After convertion to RTF one change is created on the TOC field, but the document is not changed it’s just the Open and Save method.

Thank you,

Alex

Hi Alex,

Thanks for sharing the details. I have managed to reproduce the same issue at my side. I have logged this issue as WORDSNET-7548 in our issue tracking system. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi,
Is there any update on this issue? We need to deliver the fix to client urgently.

Thank you,

Alex

Hi Alex,

Thanks for your inquiry.

I have verified the status of this issue WORDSNET-7548 from our issue tracking system and like to share with you that this issue has been planned for development. Hopefully, this issue will be fixed in February release of Aspose.Words. We will update you via this forum thread once this issue is resolved.
We appreciate your patience.

The issues you have found earlier (filed as WORDSNET-7548) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.