Logo
HomeWorkBlogContact
Logo

node-pdftk

A Node.js wrapper for PDF Toolkit

node-pdftk on npm

Problem

Our team does a lot of work with PDFs, including filling and stamping, and there were no decent options for interfacing with our tool of choice: PDF Toolkit .

Solution

I created a wrapper for the tool using Node.js. I started with the intention of only writing the methods that we needed, which were only a few, but before I knew it I had written them all. We enjoyed using it and decided to publish to npm .

Stack

  • Node

Links