I have Node.js code like:
await page.setContent(html, {waitUntil: \'networkidle2\'}); const pdf = await page.pdf({ format: \'A4\', printBackground: true,