I'm creating a word document to use it with Aspose for document generation.
I need to add a conditional <<if>>
with many conditions:
I tried :
<<if [condition1] OR [Condition2]>>
Write something
<</if>>
<<if [condition1] AND [Condition2]>>
Write something
<</if>>
but all the syntaxes I tried failed.
Can anyone help with this?