This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Full PDF options available at: https://pptr.dev/api/puppeteer.pdfoptions | |
const puppeteer = require('puppeteer'); | |
(async () => { | |
// Create a browser instance | |
const browser = await puppeteer.launch(); | |
// Create a new page |