Skip to main content
Participant
November 6, 2025
Question

Managing . or , as decimal separator

  • November 6, 2025
  • 1 reply
  • 41 views

We have calculation in Javascript however, the pdf document is beeing used by various people with various "regional" settigns. 

 

our decimal separator is a . but some user have , as separator. 

pdf can manage this, but teh javascript code has some numbers with . separator. 

would anyone have encoutered this situatation and have recommendation how to manage this ? 

1 reply

PDF Automation Station
Community Expert
Community Expert
November 6, 2025

If the field is formatted with a , separator, that's how the number will be displayed.  7888.95 will be displayed as 7.888,95.  Can you be more specific in your question?