pdf_create_from_markdown
Convert Markdown content to formatted PDF documents with support for headings, tables, lists, and code blocks using Roboto font.
Instructions
Create a rich PDF from Markdown content. Supports headings, bold, italic, tables, lists, and code blocks. Uses Roboto font.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown content to render as PDF | |
| outputPath | Yes | Absolute path for the output PDF file | |
| pageSize | No | Page size. Defaults to A4. | |
| title | No | PDF document title metadata | |
| author | No | PDF document author metadata | |
| pageNumbers | No | Add page numbers to footer. Defaults to false. | |
| headerText | No | Text to display in the page header | |
| footerText | No | Text to display in the page footer (above page numbers if both enabled) |