Markdown to PDF
cc_md_to_pdfConverts Markdown files to PDF using a headless browser (Edge/Chrome). Specify input and output paths; optionally set a document title. Falls back to HTML output if no browser is found.
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 |
|---|---|---|---|
| input_path | Yes | Markdown file | |
| output_path | Yes | PDF output | |
| title | No | Document title |