Hi,
I’m evaluating Aspose.Words product and I cannot find how to use if statements with merge field. Can you please give me an example. I’ve tried to write simple if statement in Word document (like { IF { MERGEFIELD show } = true “Show” “Don’t show” } and in my Java code I’ve used document.getMailMerge().execute(keys, values); I’ve put key show and value true, but it seems that Aspose is not processing this if statement. Am I missing something?
Thank you and best regards,
Domagoj