pdf-form-fill
Version:
PDF form fill with UTF-8 support, using pdftk
34 lines (33 loc) • 759 B
JSON
{
"name": "pdf-form-fill",
"version": "0.2.1",
"description": "PDF form fill with UTF-8 support, using pdftk",
"main": "index.js",
"scripts": {
"build:doc": "jsdoc index.js -d doc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eemeli/pdf-form-fill.git"
},
"keywords": [
"pdf",
"pdftk",
"fill_form",
"xfdf"
],
"author": "Eemeli Aro <eemeli@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/eemeli/pdf-form-fill/issues"
},
"homepage": "https://github.com/eemeli/pdf-form-fill#readme",
"dependencies": {
"tmp": "0.0.31",
"xfdf": "^0.2.0"
},
"devDependencies": {
"jsdoc": "^3.4.3"
}
}