Pdfmake: Font color

Created on 24 May 2017  路  1Comment  路  Source: bpampuch/pdfmake

How to change color text?

Ben

Most helpful comment

Example:

var dd = {
    content: [
        {
            text : 'First paragraph',
            color: 'green'
        }
    ]
}

>All comments

Example:

var dd = {
    content: [
        {
            text : 'First paragraph',
            color: 'green'
        }
    ]
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

qgliu picture qgliu  路  3Comments

Christian24 picture Christian24  路  3Comments

m-brudi picture m-brudi  路  3Comments

jkd003 picture jkd003  路  3Comments

ValeSauer picture ValeSauer  路  3Comments