Pdfmake: Text transform uppercase

Created on 1 Sep 2017  路  3Comments  路  Source: bpampuch/pdfmake

Is there a way to transform text to uppercase?

e.g.

{
  text: 'Hello World',
  uppercase: true
}

HELLO WORLD

Most helpful comment

Well, as soon as I posted this I realized I could just use .toUpperCase() to transform the string before passing it to pdfmake.

All 3 comments

Well, as soon as I posted this I realized I could just use .toUpperCase() to transform the string before passing it to pdfmake.

Is text-transform: uppercase/lowercase an option with PDFMake? I've tried a few different methods on the PDFMake playground, but nothing worked. It would be a nice feature!

Any update if PDFMake accepts text-transform:uppercase/lowercase?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jkd003 picture jkd003  路  3Comments

CharlyPoppins picture CharlyPoppins  路  3Comments

m-brudi picture m-brudi  路  3Comments

sayjeyhi picture sayjeyhi  路  3Comments

ValeSauer picture ValeSauer  路  3Comments