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

michaelqiji picture michaelqiji  路  3Comments

jokris1 picture jokris1  路  3Comments

SummerSonnet picture SummerSonnet  路  3Comments

kamilkp picture kamilkp  路  3Comments