Files
html2pdf-server/README.md
2025-10-20 15:22:15 +08:00

432 B
Raw Blame History

html2pdf-server

利用playwright将html导出为pdf。访问地址http://localhost:3000

把你需要的字体放到 fonts 目录下,然后执行 build.sh 脚本进行构建。

也可以执行下面的命令来构建

docker buildx build --platform linux/amd64 -f Dockerfile -t yhl452493373/html2pdf-server .
docker buildx build --platform linux/arm64 -f Dockerfile -t yhl452493373/html2pdf-server .