44
Views
2
Comments
Solved
[Html2PdfConverter] Input mask right to left
html2pdfconverter
Web icon
Forge asset by Guilherme Pereira

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.

UserImage.jpg
Mateus Conceição
Solution

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!

2018-03-26 14-20-06
Jordan Welch

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

UserImage.jpg
Mateus Conceição
Solution

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.