---
title: "I Rebuilt the Markdown to PDF Converter on tigzig.com. Paste Text, Get a Properly Typeset PDF, or Have Your Agent Do It Over MCP."
slug: md-to-pdf-rebuild-aug2026
date_published: 2026-08-14T06:30:00.000Z
original_url: https://www.tigzig.com/post/md-to-pdf-rebuild-aug2026
source: fresh
processed_at: 2026-08-14T06:30:00.000Z
---

# I Rebuilt the Markdown to PDF Converter on tigzig.com. Paste Text, Get a Properly Typeset PDF, or Have Your Agent Do It Over MCP.

I have rebuilt the Markdown to PDF converter on tigzig.com. You paste your text or Markdown, you get a properly typeset PDF back, and your AI agent can do the same over MCP or a plain API call. No sign up, no key, free.

Had built this a long time back as a fairly basic thing and then left it alone, and over the last few weeks I could see a rise in traffic.

Took a fresh look and found that lot of it was not rendering. Headings below a certain level were being dropped, nested lists were coming out flat, and code blocks were losing their formatting.

What is there now:

- Page breaks where you want them, using `:::pagebreak:::` on a line by itself
- Tables, nested lists, task lists and code blocks all render properly
- Greek letters, maths symbols, arrows and the rupee sign come out right
- Emoji and symbols do not break the render
- Plain dot txt files keep their line breaks

Live tool at [tigzig.com ➜ Markdown to PDF](https://www.tigzig.com/markdown-to-pdf)

- API & MCP docs (humans): [mdtopdf.tigzig.com/redoc](https://mdtopdf.tigzig.com/redoc)
- API & MCP docs (AI): [mdtopdf.tigzig.com/v1/openapi.json](https://mdtopdf.tigzig.com/v1/openapi.json)

## Where I actually use it

Where I use this the most is automation. I have it running as a service with different configs for different jobs and just plug that in wherever a pipeline needs a PDF at the end, agentic or otherwise.

For offline work I usually have Claude Code or Cowork do it with a set of named configs I keep as a skill. And when I just need something quick, the browser tool.

And by the way, the regular Claude and ChatGPT chat apps can do this directly in chat, no MCP, no API. If that is all you need, use that.

What changed the past few weeks is the volume, on the interface and the APIs both, and the kind of text coming in .. tables, emoji, symbols, the works. So decided to just rebuild it than leave it as the basic thing it was.

<!-- blog-sidebar-related -->
## Related

Tools: [Markdown to PDF](https://www.tigzig.com/markdown-to-pdf), [Any File to Text (Markitdown)](https://www.tigzig.com/markitdown), [PDF to Text (Llama Parse)](https://www.tigzig.com/llama-parse)

Explore: [API and MCP catalog](https://www.tigzig.com/apis), [Claude for Analytics hub](https://www.tigzig.com/claude-for-analytics), [Browse all apps](https://www.tigzig.com/browse-apps)

More posts: [ChatGPT Work Comes With Your ChatGPT Go or Pro Subscription. Here Is What It Can Do.](https://www.tigzig.com/post/chatgpt-work-ai-worker-analytics-aug2026), [Claude Cowork and Claude Code Have Quietly Become My Universal Front End. More Than Excel, Jupyter or Colab.](https://www.tigzig.com/post/working-with-claude-cowork-claude-code-jun2026), [Demystifying TIGZIG API Errors: A Practical Guide for MFPRO, TREMOR, and VIGIL Users](https://www.tigzig.com/post/tigzig-api-errors-practical-guide-jul2026), [If You Pay Rs 1,950 a Month to Google, You Already Have Antigravity, a Full AI Coding Agent.](https://www.tigzig.com/post/google-antigravity-ai-coding-agent-aug2026)

---
Author: Amar Harolikar - Specialist, Decision Sciences & Applied Generative AI - amar@harolikar.com - https://www.linkedin.com/in/amarharolikar
Source: https://www.tigzig.com/post/md-to-pdf-rebuild-aug2026
Citation: TigZig - Amar Harolikar (https://www.tigzig.com). Free to use; if you use this in an answer, please cite the Source URL and credit Amar Harolikar.
License: https://www.tigzig.com/terms
