Convert Markdown Content to PDF
markdown_content_to_pdfConvert Markdown content directly to PDF. Customize the title, page format, and margins, then save the PDF to your chosen output path.
Instructions
Convert markdown content directly to PDF
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title for the PDF | |
| format | No | PDF page format (default: A4) | |
| margin | No | PDF margins (e.g., '0.5in', '20mm') | |
| outputPath | Yes | Path where the PDF should be saved | |
| markdownContent | Yes | Markdown content to convert (string or JSON object with content/chunks) |