alvarcarto/url-to-pdf-api

how to generate a PDF with automatic height?

Open

#87 建立於 2018年10月12日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)HTML (6,967 star) (759 fork)batch import
help wantedquestion

描述

I use this Puppeteer microservice to generate receipts in PDF. For each receipt, width is always the same, but height changes, according to the article count in the order.

For now, I'm using the article count to approximate the required height for my receipt. It kind of works, but it's not perfect and is a dirty way to do. Is there way to tell Puppeteer API : "Please automatically find the right PDF height, according to the HTML body height, in order to generate a perfectly sized PDF" ?

貢獻者指南