# AI Markdown to PDF Converter

Convert AI-generated Markdown from ChatGPT, Claude, Gemini, or Copilot into a
polished PDF or DOCX document with depapel. Paste the Markdown into the editor,
upload a `.md` or `.markdown` file, or import Markdown from a GitHub, GitLab, or
Bitbucket file URL.

depapel converts the Markdown you provide. It does not connect to AI tools or
generate text for you.

## Sample AI Markdown

````markdown
# Launch Brief

## Summary
ChatGPT, Claude, Gemini, or Copilot can draft this in Markdown.

## Checklist
- [ ] Review assumptions
- [ ] Add source links
- [ ] Export to PDF

```ts
const nextStep = "convert the Markdown into a polished PDF";
```
````

## How it works

1. Ask your AI assistant for GitHub-flavored Markdown with headings, lists,
   links, tables, and fenced code blocks.
2. Paste the Markdown into depapel, upload a file, or load a Git file URL.
3. Choose a document theme such as GitHub, VS Code, Dracula, Nord, Solarized, or
   Monokai.
4. Download PDF or DOCX output.

## Useful for

- ChatGPT brief exports.
- Claude research notes.
- Gemini planning docs.
- Copilot technical handoffs.
- AI-generated tables, checklists, and code snippets.

## What works best

- Headings, paragraphs, links, lists, tables, and task lists.
- Fenced code blocks with language names for syntax highlighting.
- Blockquotes and images.
- Mermaid diagrams.
- Opt-in page breaks with `<depapel-page-break/>`.
- Opt-in page numbers with `<depapel-page-numbering/>`.

## Limitations

GitHub-flavored Markdown works best. Complex embedded HTML, CSS, equations, and
AI-specific citations may need review before export.

## Privacy

Conversion runs on the depapel server in memory. depapel does not store or log
submitted document content.

## Related pages

- [Open the converter](https://depapel.ginylil.com/)
- [Markdown to PDF](https://depapel.ginylil.com/markdown-to-pdf)
- [Markdown to DOCX](https://depapel.ginylil.com/markdown-to-docx)
- [Markdown to Word](https://depapel.ginylil.com/markdown-to-word)
- [FAQ](https://depapel.ginylil.com/faq)
- [Blog](https://depapel.ginylil.com/blog)
