Bold formatting lost on bookmark field references on update

Hi,

We are currently evaluating Aspose Words.NET and the following is an issue we found when updating a MS Word doc and then saving. Bold formatting is lost following the update.

Test script:
Document objPsc = new Document(@“C:\dev\xml_lab\Contrat2.docx”);

objPsc.UpdateFields();

objPsc.Save(@“C:\dev\xml_lab\Contrat2_out.docx”);

Files are attached. This differs from the MS Word output with the /*CHARFORMAT and /*MERGEFORMAT options.

A workaround would be acceptable for a temporary resolution if available.

Thanks,

Alex.

Hi Alex,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-13200. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir,

Is there any ETA on this item? We require it before we can integrate our solution in our production environment.

Thanks,

Alex.

Hi Alex,

Thanks for your inquiry. Your issue has now been resolved and its fix will be available in next version of Aspose.Words v16.3.0. We will inform you via this forum thread once new version of Aspose.Words is published. Hopefully, the next version of Aspose.Words v16.3.0 will be available by the end of this week.

Thanks for your patience.

Hi Tahir,

That’s excellent news, thanks very much for the quick response!

Alex.

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


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

Looks great, thanks!