|
|
1 ano atrás | |
|---|---|---|
| .. | ||
| .idea | 1 ano atrás | |
| build | 1 ano atrás | |
| src | 1 ano atrás | |
| CHANGELOG.md | 1 ano atrás | |
| LICENSE | 1 ano atrás | |
| README.md | 1 ano atrás | |
| build-vfs.js | 1 ano atrás | |
| package.json | 1 ano atrás | |
PDF document generation library for server-side and client-side usage in pure JavaScript.
Check out the playground and examples.
Documentation URL: https://pdfmake.github.io/docs/
using npm:
git clone --branch 0.2 https://github.com/bpampuch/pdfmake.git
cd pdfmake
npm install
npm run build
using yarn:
git clone --branch 0.2 https://github.com/bpampuch/pdfmake.git
cd pdfmake
yarn
yarn run build
MIT
pdfmake is based on a truly amazing library pdfkit (credits to @devongovett).
Thanks to all contributors.