Skip to main content
March 15, 2023
Question

Generate an invoice with some internationalized characters.

  • March 15, 2023
  • 8 replies
  • 0 views

I have to generate invoice using internationalized characters.

Any one have any idea how to do this.

Thanks in advance.

    8 replies

    stefanhelzle0001
    Brainy
    March 15, 2023

    Do you mind sharing a few more details?

    March 15, 2023

    There is a name field in my invoice so in html template i write as name: ###Kajal## so it print its English name but now I have to print name in other languages like Germany, Chinese and Hindi.

    stefanhelzle0001
    Brainy
    March 15, 2023

    HTML supports unicode. That should not be an issue. Did you already do some testing?