puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.pdfoptions.pageranges.md

20 lines
284 B
Markdown
Raw Normal View History

---
sidebar_label: PDFOptions.pageRanges
---
# PDFOptions.pageRanges property
Paper ranges to print, e.g. `1-5, 8, 11-13`.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface PDFOptions {
pageRanges?: string;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
The empty string, which means all pages are printed.