to-pdf

0.0.2 • Public • Published

toPDF

Convert your code into PDF from within your node code . PDF gets generated in the same folder as the code calling it with the name print.pdf .

Install

npm install toPDF

Usage

toPDF takes 3 parameters : filename , descriptions and author name .

Example :

  1. Printing the same code :
//test.js
 
var pdf = require('toPDF') ;
 
console.log("Tonight's gonna be a good night") ;
 
pdf.toPDF('test.js','Just a simple test file','Sarthak Munshi') ;
  1. Printing another file :
//test.js
 
var pdf = require('toPDF') ;
 
console.log("Tonight's gonna be a good night") ;
 
pd.toPDF('package.json','Printing the JSON','Sarthak Munshi') ;

Output

Readme

Keywords

none

Package Sidebar

Install

npm i to-pdf

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • saru95