Takes markdown text and returns a rendered PDF file.
access token
The markdown content to render into a PDF.
"# Sample Document\n\nThis is **bold text** and this is *italic text*.\n\n- Item 1\n- Item 2\n- Item 3\n"
PDF successfully rendered from markdown.
The rendered PDF file.
"%PDF-1.7 ... (binary pdf data) ... %%EOF"