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

dmatesic picture dmatesic  路  3Comments

MathLavallee picture MathLavallee  路  3Comments

dgrice picture dgrice  路  3Comments

imoum007 picture imoum007  路  3Comments