I can\'t find any packages to do this. I know PHP has a ton of libraries for PDFs (like http://www.fpdf.org/) but anything for Node?
For parsing pdf files you can use pdf2json node module
It allows you to convert pdf file to json as well as to raw text data.