Markdown to PDF
cc_md_to_pdfConverts Markdown files to PDF using a headless browser. Accepts input and output paths, with an optional title.
Instructions
Converts Markdown to PDF using a headless browser (Edge/Chrome).
Args:
input_path (string): Path to the Markdown file
output_path (string): Path to the PDF output
title (string, optional): Document title
Uses the same Markdown parser as cc_md_to_html. Requires Edge or Chrome. Falls back to HTML if no browser is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title | |
| input_path | Yes | Markdown file | |
| output_path | Yes | PDF output |