Feature request: coverPageTemplate option
If it's possible it would be really nice to have an option to specify cover page html template. Cover page unlike the rest of the pages shouldn't have any header/footer and margins. I would like to be able to use full page image on the cover page and have footers and headers on the rest of the pages.
Unfortunately, puppeteer doesn't offer any option to treat the first page differently than other pages. It's probably doable with some hacks, but can't guarantee anything. Will have a look at this once I have some time, otherwise PRs are appreciated.
There seems to be a bug in Chromium which needs to be resolved first, see here: https://github.com/GoogleChrome/puppeteer/issues/2480