create_pdf_from_markdown
Convert Markdown text into a PDF document. Provide the content and optionally specify the output file name.
Instructions
Generate a PDF document from Markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Output file name (without extension) | |
| markdown_content | Yes | Markdown text to convert to PDF |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |