Data Sources
Markdown to PDF
Convert standard Markdown strings directly into styled PDF documents. Our rendering engine automatically applies beautiful GitHub-like typography and syntax highlighting to your code blocks.
Implementation Example
{
// Your Markdown content
"markdown": "# Welcome to API Documentation\n\nThis is a **bold** statement.\n\n- List item 1\n- List item 2"
}
Parameters Explained
markdown
Required
A string containing the Markdown content. Ensure that newlines are properly escaped (e.g.
\n) if sending via JSON. The engine natively supports commonmark features, tables, and code blocks.