bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Pdfkit: Does PDFkit supports using CMYK color for text?
Created on 8 Apr 2016
路
1
Comment
路
Source:
foliojs/pdfkit
Source
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
Can't seem to rotate text
durango
路
4
Comments
Add minimal example of using webpack and pdfkit together
huy-nguyen
路
4
Comments
Multi column layout with auto height
raesche
路
4
Comments
support for internal links
balsamiqMichele
路
4
Comments
Auto-size page from image
akaleeroy
路
4
Comments
Most helpful comment
Yes, like this:
doc .fill([25,25,25,25]) .text('Here is some text...', 100, 300);