Carleton University - School of Computer Science Honours Project
Fall 2019
Incorporating PDFtk with Node.js
Patrick Beaulac
SCS Honours Project Image
ABSTRACT
PDF Toolkit is a server-side application for editing PDF files. Ideally, we would like to incorporate this technology into a PDF viewer web application. However, at the time of writing, there is little documentation on how to incorporate this technology into a web application. This presents a missed opportunity for COMP 2406 Fundamentals of Web Applications students. We will develop a proof-of-concept application that integrates PDF Toolkit with Node.js using the NPM module node-pdftk and document the process. We will also put together documentation on how to use PDF Toolkit and node-pdftk.