mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
375 B
Markdown
14 lines
375 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PDFOptions](./puppeteer.pdfoptions.md) > [pageRanges](./puppeteer.pdfoptions.pageranges.md)
|
||
|
|
||
|
## PDFOptions.pageRanges property
|
||
|
|
||
|
Paper ranges to print, e.g. `1-5, 8, 11-13`.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
pageRanges?: string;
|
||
|
```
|