puppeteer wrapper to easily deploy as docker image and create pdfs with urls or html
50K+
simple wrapper of puppeteer to create pdf from url / html
docker run -p 3000:3000 --name puppeteer philiplehmann/puppeteer:latest
curl -X POST \
-H 'content-type: application/json' \
--data '{"url":"https://google.com"}' \
'http://localhost:3000/'
curl -X POST \
-H 'content-type: application/json' \
--data '{"html":"<h1>title</h1>"}' \
'http://localhost:3000/'
https://github.com/philiplehmann/container/tree/main/apps/puppeteer
Content type
Image
Digest
sha256:32fa083a1…
Size
367.6 MB
Last updated
5 days ago
docker pull philiplehmann/puppeteer