You need to sign in to do that
Don't have an account?

Integer To String Conversion
guys i have an requirement in Visual force Page
I am entering Salary amount in Contact Object [Example 450000]
i am fetching that salary value in render pdf In pdf I want to display 4 lakh 50 thousand or four Lakh Fifty Thousand rupees
I am entering Salary amount in Contact Object [Example 450000]
i am fetching that salary value in render pdf In pdf I want to display 4 lakh 50 thousand or four Lakh Fifty Thousand rupees
Check this link
http://salesforcemaniacs.blogspot.in/2016/02/convert-currency-into-words-in-salesforce.html
Thanks & Regards
SAGA BJ
You can try below link to make it work in PDF.
http://salesforcewithkiran.blogspot.in/2013/05/number-to-words-in-apex.html
http://stackoverflow.com/questions/40676675/convert-number-to-words-in-apex-salesforce
Hope it will help you.
Regards,
Pawan Kumar