Hi!
I need to make one field get the values from the right to left, and need to began from decimals.
example:
if i write 1 the field will show
0,01
but today appear
1,00
how can I do this?
sorry for my english, I'm learning.
Jordan Welch wrote:
I'm not sure if this is exactly where you want to be putting this question, as this behavior is not really controlled by the HTMLtoPDFConverter.
Are you converting one of your pages or an external website?
If it is one of your pages you can control how the decimal displays with the FormatDecimal Function
Thanks this work for me!