I am developing a web application using node.js where i have a scenario to print some pdf files located in my local.
Ex:
var ipp = require(\'ipp\');
If I understand you correctly, you want to print local PDF files, and printing works already?
Node.js has the fs api you can use to retrieve a PDF file. http://nodejs.org/api/fs.html
https://npmjs.org/package/ipp To me it doesn't seem you have to use a PDFkit object as data -property in your operation. You can just use data you can read with fs.