Hello,
We are using a Word IF statement in our document merge and when we use the following syntax:
{ IF { MERGEFIELD soort } = “B-punt” “{ MERGEFIELD tekstvak1}” }
However when the mergefield tekstvak1 contains any form of double quote Aspose generates an IllegalStateException with no message. We had to figure this out by trial and error.
How can I prevent this from happening?
Thanks.