puppeteer/docs/api/puppeteer.pdfoptions.omitbackground.md
2022-07-05 15:41:43 +02:00

253 B

sidebar_label
PDFOptions.omitBackground

PDFOptions.omitBackground property

Hides default white background and allows generating pdfs with transparency.

Signature:

interface PDFOptions {
  omitBackground?: boolean;
}