PdfKit

Posted by

Vincenzo Rubano
on · one minute reading.

PDFKit is a JavaScript library that works both in browser and Node.JS based environments that makes generating complex (eventually printable) PDF documents easy. It provides a simple API, thus makes handling complex tasks a breeze. But notably, it supports all the feature required to create accessible PDF documents (i.e. conforming to PDF/UA). It also supports handling form fields (making them accessible!).

Filed under: