mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
655 B
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;