文件名称:tiff2pdf:将TIFF图像转换为pdf
文件大小:5.33MB
文件格式:ZIP
更新时间:2024-06-13 04:15:49
JavaScript
tiff2pdf 使用tiff图像转换为pdf tiff2pdf(tiff, outDir) 使用tifflib(tiff2pdf)将tiff图像转换为pdf文档。 参数 范围 类型 描述 tiff 细绳 输入tiff图像 outDir 细绳 输出目录 例子 tiff2pdf ( 'test.tiff' , '/pdfs' , function ( result ) { console . log ( result ) ; } ) ; 安装 需要 。 $ npm install tiff2pdf 测验 $ npm test
【文件预览】:
tiff2pdf-master
----.travis.yml(38B)
----index.js(1KB)
----package.json(742B)
----tests()
--------test.js(2KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(13B)
----README.md(729B)