Pdfkit: Does PDFkit supports using CMYK color for text?

Created on 8 Apr 2016  路  1Comment  路  Source: foliojs/pdfkit

Most helpful comment

Yes, like this:

doc .fill([25,25,25,25]) .text('Here is some text...', 100, 300);

>All comments

Yes, like this:

doc .fill([25,25,25,25]) .text('Here is some text...', 100, 300);

Was this page helpful?
0 / 5 - 0 ratings

Related issues

durango picture durango  路  4Comments

huy-nguyen picture huy-nguyen  路  4Comments

raesche picture raesche  路  4Comments

balsamiqMichele picture balsamiqMichele  路  4Comments

akaleeroy picture akaleeroy  路  4Comments