crisp pdfmaker 源码
清脆的pdfmaker AWS Lambda支持的服务,用于生成可访问的PDF。 使用Thymeleaf模板引擎和openhtmltopdf库生成PDF。 用法 # build Docker image make build # run tests make test # generate sample PDF locally make run # package fatjar for deployment make jar 部署方式 配置serverless.yml 用make jar打包应用 运行sls deploy 致电服务 使用无服务器框架: sls invoke -f makePdf --path sample-events/serverless.json 使用cURL: curl -X POST $URL -H ' content-type: application/
用户评论