puppeteer/website/versioned_docs/version-10.1.0/puppeteer.pdfoptions.width.md
2021-08-10 11:09:48 +01:00

394 B

Home > puppeteer > PDFOptions > width

PDFOptions.width property

Sets the width of paper. You can pass in a number or a string with a unit.

Signature:

width?: string | number;