Generates a PDF representation of the current page. Returns a Download object which can contain a URL to the PDF or its Base64 encoded data. Example:Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
pdf(options: { format: A4, landscape: true, printBackground: true })
Definition
Arguments
options
PDFOptions
Options to customize the PDF output, such as paper size, orientation, margins, and more.
See PDFOptions for details.