Track changes - formatting in PDF not the same as word

Hi ,

Please refer to the attached documents.
Document1.doc is a word document with the text ‘XY’ given style ‘Intense Emphasis’ and font size increased.
It is converted to PDF using the following code:

if (!doc.FirstSection.Body.FirstParagraph.IsEndOfDocument)
{
MemoryStream ms = new MemoryStream();
doc.Save(ms, SaveFormat.Pdf);
}

The resultant PDF is attached Document1.pdf

The text XY is not visible in red color as with other changes elements in track changes.Also, if you convert the Word doc to PDF directly, the text XY is in red color, but not through Aspose. Is this the expected behaviour?
Hi there,

Thanks for your inquiry.

I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-9784. 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.

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


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