Hi,
I am trying to set value to a form field using aspose.pdf for .net. There is a number formatting being provided in the pdf template which is not applied after i set the value.
below is the sample code i am using
s…...JavascriptAction(“AFNumber_Keystroke(0, 0, 2, 0, ‘’, true)”); field.Actions...JavascriptAction(“AFNumber_Format(0, 0, 2, 0, ‘’, true)”); the expected...