I had an issue during Mail Merge where the datasource had a value of 1000 which then needed to be mailmerged and formatted into currency. The expected output was $1,000.00
Word would produce a value of 1000 but Aspose (saving as PDF) would produce a value of 1.
It turns out that it was due to the user entering in a bad MergeFormat string. My concern is that Word handled this error by just displaying the raw datasource value, whereas Aspose seemed to just convert to "1".
In the event that a user enteres in a bad mergeformat string in the future, I would like to be able to handle this error.
Do you have any suggestions?