convert_markdown_batch
Batch convert multiple Markdown files to Word or PDF in one operation. Apply the same template and format settings, with output files named after inputs in your chosen directory.
Instructions
Batch convert multiple markdown files to Word/PDF.
Converts a list of markdown files using the same template and format settings. Output files are named after input files and placed in the specified directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | Yes | Directory for output files | |
| output_format | No | Output format for all files - "docx", "pdf", or "both" | docx |
| template_path | No | Optional shared template for all conversions | |
| markdown_files | Yes | List of paths to .md files |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |