alvarcarto/url-to-pdf-api

how to generate a PDF with automatic height?

Open

#87 opened on Oct 12, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)HTML (6,967 stars) (759 forks)batch import
help wantedquestion

Description

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" ?

Contributor guide