I don't see how to make a text become bold in here http://pdfkit.org/docs/text.html, is there any solutions?
You can use doc.font('<path to your bold font>').text('<bold text>').
@oknoorap pdfkit includes 16 fonts, and Helvetica is its default one (_those don't seems to be documented elsewhere_).
If you don't need some fancy font, doc.font('Helvetica-Bold').text('will do the trick').
Will be nice to have those on docs
Totally agree with diego.
Most helpful comment
Will be nice to have those on docs