Hello, I haven’t found any solution of the following problem.
I want to use the conditional merge fields in a different way (not as the one merge field containing if, then and else parts together). For example, I have the following text in Microsoft Word template:
{ MERGEFIELD IF FIELD1 = FIELD2 }
{ MERGEFIELD ELSE }
{ MERGEFIELD END }
Does Aspose.Words have the conditional merge process when IF-block is broken into the parts by separate IF ELSE and END merge fields? If it doesn’t are you planning to add the such feature in the future versions?