mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
601 B
601 B
Home > puppeteer > Protocol > Page > PrintToPDFRequest > pageRanges
Protocol.Page.PrintToPDFRequest.pageRanges property
Paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty string, which means print all pages.
Signature:
pageRanges?: string;