Hello,
I’d like to be able to use the “* CardText” and “* DollarText” formatting fuctions in Aspose.Words. Would you consider supporting that?
Currently I use this technique (but I can only generate a Word output with it):
(1) In my template I create a Set Field like this:
{ SET Amount “{ MERGEFIELD MyAmountField }” }Say I merge in a value like “500”.
(2) Elsewhere in the template I display the amount as text with:
{ REF Amount * CardText }
Microsoft Word converts the numeric amount into the word equivalent. It’d be great if Aspose.Words could do this so I can convert the document to PDF.
Thanks for considering it.
Michael