文件名称:grunt-wkhtmltopdf:使用 wkhtmltopdf 将 HTML 文件转换为 PDF 的 Grunt 任务
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-13 02:02:28
JavaScript
grunt-wkhtmltopdf 一个简单的多任务,使用将 HTML 文件转换为 PDF。 转换为 PDF 处理@media print CSS 规则并保留到远程网页的链接。 入门 设置 wkhtmltopdf 从下载并安装 wkhtmltopdf。 确保可以从PATH访问wkhtmltopdf (在终端中尝试wkhtmltopdf -V )。 我在 Mac OS X 上,所以我创建了以下符号链接到我的/usr/local/bin/文件夹: ln -s /usr/local/bin/wkhtmltopdf.app/Contents/MacOS/wkhtmltopdf /usr/local/bin/wkhtmltopdf 您也可以通过自制软件安装它: $ brew install wkhtmltopdf 。 与咕噜声一起使用 在项目的旁边安装这个 grunt 插件: npm in
【文件预览】:
grunt-wkhtmltopdf-master
----.gitignore(24B)
----LICENSE-MIT(1KB)
----tasks()
--------lib()
--------wkhtmltopdf.js(3KB)
----README.md(3KB)
----bin()
--------grunt-wkhtmltopdf(74B)
----test()
--------wkhtmltopdf_test.js(870B)
----Gruntfile.js(788B)
----package.json(1KB)