@wbg-mde/pdf-export
v1.0.2
Published
Metadata Editor PDF Export Module
Downloads
2
Maintainers
Readme
Metadata Editor PDF Export(@wbg-mde/pdf-export)
This module is an extended version of node-pdfmake. This module generate the pdf file at runtime. PDF-make have a powerful layout engine with paragraphs, columns, lists, tables, canvas, etc.., and it provide provision for include custom fonts and styles.
Installation
Install the dependencies and devDependencies.
npm install
Build the application
npm run build
Publish the application to npm
npm publish --access public
Workspace Structure
├──src/ * source files
| ├──assets/ * application assets like i18n resource and pdf fonts
| ├──export-study/ * methods for generate odf based on the poject
| ├──shared/ * configurations and shared utils
|
├──gruntfile.js * grunt build config
├──package.json * what npm uses to manage it's dependencies
Contributors
- Navin VI ([email protected])
- Anoop Xaviour ([email protected])
- Libin Thomas ([email protected])
License
MIT