2025-12-16 18:01:48 +08:00
|
|
|
|
## 需要安装的软件
|
|
|
|
|
|
|
2026-05-29 17:16:03 +08:00
|
|
|
|
### wkhtmltoimage
|
2025-12-16 18:01:48 +08:00
|
|
|
|
|
|
|
|
|
|
> 用于将HTML转为图片,打印标签需要
|
|
|
|
|
|
|
2026-05-29 17:16:03 +08:00
|
|
|
|
- CentOS 7
|
|
|
|
|
|
|
2025-12-16 18:01:48 +08:00
|
|
|
|
```bash
|
|
|
|
|
|
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
|
|
|
|
|
|
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm
|
2026-05-29 17:16:03 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- AlmaLinux 9
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm
|
|
|
|
|
|
yum localinstall wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm
|
2025-12-16 18:01:48 +08:00
|
|
|
|
```
|