nodejs-fdf:使用 nodejs 创建 FDF 文件

时间:2024-07-15 00:28:57
【文件属性】:

文件名称:nodejs-fdf:使用 nodejs 创建 FDF 文件

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-15 00:28:57

C++

nodejs-fdf 使用 nodejs 创建 FDF 文件 如何安装这个模块? 首先你必须安装 node-gyp npm -g install node-gyp rebuild 之后,您可以安装 fdf 模块 git clone https://github.com/agrippa1994/nodejs-fdf.git npm install nodejs-fdf/ rm -rf nodejs-fdf/ 如何在脚本中使用此模块? var fdf = require("fdf"); try{ console.log(fdf.createFDF("test.fdf", {field_name: "Filled field value"})); } catch(e) { console.log("Exception: " + e); }


【文件预览】:
nodejs-fdf-master
----test.js(163B)
----fdf.cpp(3KB)
----package.json(71B)
----LICENSE(1KB)
----.npmignore(0B)
----.gitignore(541B)
----README.md(593B)
----binding.gyp(137B)

网友评论