fill-pdf-utf8
Version:
use nodejs to fill pdf form,it supports utf8 character
37 lines (36 loc) • 847 B
JSON
{
"name": "fill-pdf-utf8",
"version": "2.2.1",
"description": "use nodejs to fill pdf form,it supports utf8 character",
"main": "index.js",
"scripts": {
"test": "node ./test/test-fill-pdf-utf8.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jay763190097/fill-pdf-utf8.git"
},
"keywords": [
"pdf",
"xfdf",
"utf8",
"java",
"itext",
"abobe"
],
"author": "jay <jiangmang.1992@163.com> (https://github.com/jay763190097)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jay763190097/fill-pdf-utf8/issues"
},
"homepage": "https://github.com/jay763190097/fill-pdf-utf8#readme",
"dependencies": {
"lodash": "^4.17.11",
"xmlbuilder": "^12.0.0"
},
"devDependencies": {
"mocha": "^6.1.2",
"should": "^5.0.0",
"xml2js": "^0.4.5"
}
}