- 博客/
Macos 一键 使用 wkhtmltopdf 将 html 转换为 pdf
作者
Johny
熟练的 云原生搬砖师
安装 wkhtmltopdf#
使用 brew 进行安装
brew install --cask wkhtmltopdf
将目录下的所有
html
文件一键转换为 pdf 格式for f in *.html; do wkhtmltopdf --load-error-handling ignore -n --enable-local-file-access $f "$f.pdf"; done
参考文档#
相关文章
使用 Kube-Vip 部署 高可用的 Kubernetes 集群
·1523 字·4 分钟·
k8s
kube-vip
containerd
kubeadm
Kaniko Docker 镜像构建 初体验
·483 字·1 分钟·
k8s
Kaniko
docker
install
Docker-Compose 部署 Nexus3 Docker 私服,配置使用 Traefik 进行代理管理
·1228 字·3 分钟·
devops
docker-compose
proxy
neuxs3
traefik
mkcert
https
在 Kubernetes 中使用 localPv 部署 Gitlab
·1040 字·3 分钟·
k8s
devops
ingress
gitlab
ci-cd
localpv
postgres
redis
使用 helm 在 Kubernetes 中部署 Nexus 私服
·2270 字·5 分钟·
k8s
devops
helm
nexus3
Maven ReleasePlugin 的使用记录
·306 字·1 分钟·
devops
maven
ci-cd