mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
430 B
430 B
sidebar_label |
---|
Page.pdf |
Page.pdf() method
Signature:
class Page {
pdf(options?: PDFOptions): Promise<Buffer>;
}
Parameters
Parameter | Type | Description |
---|---|---|
options | PDFOptions | (Optional) |
Returns:
Promise<Buffer>