Utility Tools · Development Tools
PDFKit is a free, open-source JavaScript library for generating PDF documents programmatically in Node.js and in the browser, using an imperative drawing API — text, shapes, images, and vector graphics are placed on the page through direct method calls (`doc.text()`, `doc.image()`, `doc.rect()`) rather than a template-merge model, giving full layout control at the cost of more code for complex documents compared to a template-based tool.
Node.js backends generating invoices/receipts without per-document costs
Free open-source library; layout changes require code changes (no template editor)
Connect with other developers using this API
Join the community to leave reviews and ask questions.