pdf-form-utils
Version:
Fill PDF forms in Node.js
31 lines (30 loc) • 625 B
JSON
{
"name": "pdf-form-utils",
"version": "1.0.4",
"description": "Fill PDF forms in Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uptickr/pdf-form-utils.git"
},
"engines": {
"node": ">=8.11.0",
"pdftk": ">=2.02"
},
"keywords": [
"pdf",
"fdf",
"pdftk",
"forms",
"fill_form"
],
"author": "Vashistha Iyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/uptickr/pdf-form-utils/issues"
},
"homepage": "https://github.com/uptickr/pdf-form-utils#readme",
"dependencies": {
"iconv-lite": "^0.4.23"
}
}