--- sidebar_label: Page.pdf --- # Page.pdf() method **Signature:** ```typescript class Page {pdf(options?: PDFOptions): Promise;} ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | [PDFOptions](./puppeteer.pdfoptions.md) | (Optional) | **Returns:** Promise<Buffer>