PDFOptions
[email protected]Signature
export type PDFOptions = Omit<PuppeteerPDFOptions, "path">
Options to pass to Puppeteer’s page.createPDFStream()
function.
Description
The path
property is omitted as it is unused. To specify the output path of PDF files, use the path
page option.