IF fields not updated?

Hi,

We are using Aspose to mailmerge a large document. In this document we have some IF field like

{ IF { mergefield “boolean condition” } = “True” “Ok” “Not Ok” }

It seems to work ok but in the generated document we have to update the field manually (pressing F9) before it updates. Is the a way around this? We could write code to solve it but we rather place the logic in the document.

Thanks

Hi,

Thank you for interest in Aspose.Word.

Unfortunately, this is the only way to update the field unless you implement the logic in the code because Aspose.Word does not process IF fields automatically.