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

399 B

Home > puppeteer > PDFOptions > height

PDFOptions.height property

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

Signature:

height?: string | number;