export_wiki_pdf
Convert wiki documentation into a printable PDF with formatted pages, page numbers, and table of contents. Requires prior repository indexing.
Instructions
Export wiki documentation to PDF format. Creates a printable PDF document with proper formatting, page numbers, and table of contents.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_path | Yes | Path to the wiki directory (typically {repo}/.deepwiki) | |
| output_path | No | Output path for PDF file (default: {wiki_path}.pdf) | |
| single_file | No | If true, combine all pages into one PDF. If false, create separate PDFs for each page. Default: true |