Markdown to PDF
fc_md_to_pdfConvert Markdown files to PDF using a headless browser. Specify input and output paths; optionally set a document title. Requires Chrome or Edge installed, with automatic fallback to HTML.
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 fc_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 |