docs_export_pdf
Export documentation to PDF using browser automation, specifying source path, output file, and optional page selection.
Instructions
Generate PDF from documentation using Puppeteer/Playwright
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docsPath | Yes | Path to documentation or built site | |
| outputPath | Yes | Output path for PDF file | |
| includePages | No | Specific pages to include (optional, includes all by default) |