0.1.36 • Published 7 years ago

pdfmake-browserify-mainlevel v0.1.36

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Browserified version of pdfmake last 0.1.32 version

Installation

npm install pdfmake-browserified-mainlevel

Node Usage

var pdf = require('pdfmake-browserified-mainlevel');
var dd = { content: "This is a sample PDF printed with pdfMake" };
pdf.createPdf(dd).open();

## Note

I did this for fun. Contributions from people with a more solid node background are welcome!

## License

MIT
0.1.36

7 years ago

0.1.35

7 years ago

0.1.34

7 years ago

0.1.33

7 years ago

0.1.32

7 years ago

0.1.27

7 years ago