puppeteer/new-docs/puppeteer.protocol.page.printtopdfrequest.ignoreinvalidpageranges.md
2020-07-13 14:01:35 +01:00

655 B

Home > puppeteer > Protocol > Page > PrintToPDFRequest > ignoreInvalidPageRanges

Protocol.Page.PrintToPDFRequest.ignoreInvalidPageRanges property

Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'. Defaults to false.

Signature:

ignoreInvalidPageRanges?: boolean;