Tag: puppeteer
-
Alpine Linux Dockerfile for PDF rendering: with Playwright and Puppeteer
Rendering PDF in software projects can be done with different ways and one of the easiest ways to do it is to craft HTML page and render it with Playwright or Puppeteer. Creating the HTML is the easiest part but if you’re not using the documented ways of using Playwright and Puppeteer and prefer to…