html 转为 pdf

- 使用 wkhtmltopdf
安装
- 下载地址:https://wkhtmltopdf.org/downloads.html
 - Linux 环境下, 0.12.4 版本有问题,需要使用 0.12.3 版本。
 - 不要使用 apt install 的方式安装,安装的为 0.12.4 版本。
 
示例代码
- python
 
 
1  | import pdfkit  | 
    2. php
1  | <?php  | 
- 本文标题:html 转为 pdf
 - 创建时间:2017-06-02 00:00:00
 - 本文链接:posts/7d91.html
 - 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!