mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
662 B
662 B
Home > puppeteer > Protocol > Page > PrintToPDFRequest > preferCSSPageSize
Protocol.Page.PrintToPDFRequest.preferCSSPageSize property
Whether or not to prefer page size as defined by css. Defaults to false, in which case the content will be scaled to fit the paper size.
Signature:
preferCSSPageSize?: boolean;