

Note that in order to Browserify a project using PDFKit, you need to install the brfs module with npm, You can see an interactive in-browser demo of PDFKit here. text ( 'Some text with an embedded font!', 100, 100 ) // Add an image, constrain it to a given size, and center it vertically and horizontally doc. createWriteStream ( 'output.pdf' ) ) // Embed a font, set the font size, and render some text doc. Even more awesomeness, perhaps written by you! Please fork this repository and send me pull requests.Ĭonst PDFDocument = require ( 'pdfkit' ) const fs = require ( 'fs' ) // Create a document const doc = new PDFDocument ( ) // Pipe its output somewhere, like to a file or HTTP response // See below for browser usage doc.Higher level APIs for creating tables and laying out content.

#CLICAKABLE TOC PDFKIT PDF#
You can also read the guide as a self-generated PDF with example output displayed inline. The PDFKit API is designed to be simple, so generating complex documents is often as simple asĬheck out some of the documentation and examples to see for yourself! The API embraces chainability, and includes both low level functions as well as abstractions for higher PDFKit is a PDF document generation library for Node and the browser that makes creating complex, multi-page, printableĭocuments easy. A JavaScript PDF generation library for Node and the browser.
