修改Linux下生成pdf的BUG

This commit is contained in:
Minho
2017-05-11 16:05:30 +08:00
parent ca2e0478ca
commit 93579b9625
3 changed files with 8 additions and 2 deletions

6
docs/wkhtmltopdf.md Normal file
View File

@@ -0,0 +1,6 @@
## wkhtmltopdf 安装
```bash
apt-get install -y libxrender-dev
apt-get install -y libxext-dev
```