Word Updatefields introduced on aspose.word 7.0 is not working properly

I am converting word document to PDF. Word document has IF condition merge field. I got an email from Aspose stated that IF condition is working from word 7.0 version.
I have tested IF condition with new version of aspose.word.net 7.0. PDF output is not generated correctly.
I have attached the word document and pdf output. I am using the code below to convert word to pdf.

Aspose.Words.License lic1 = new Aspose.Words.License();
lic1.SetLicense(@"\c:\Aspose.Total.lic");
Aspose.Words.Document doc = new Aspose.Words.Document("C:\Camden_Raw.doc");
doc.UpdateFields();
doc.Save("c:\Camden_Raw.doc.pdf", Aspose.Words.SaveFormat.Pdf);

Please let me know how to resolve this issue.

Hi

Thanks for your inquiry. I managed to reproduce the problem on my side. You will be notified as soon as it is resolved.
Best regards.

The issues you have found earlier (filed as 10664) have been fixed in this update.

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