I'm using Document.UpdateFields, however it doesn't seem to be updating a conditional if field in the document(see below). Is there any way to do this?
In original document:
{ IF { DOCPROPERTY "~V_02" \* upper } = "MISC" "MISC" "O.V."\* MERGEFORMAT }
When I open the document it just appears blank. In MS Word, if I do UpdateField it updates it to say "O.V.", however in Aspose I ran document.updatefields & it was still blank.