Supported formats

On this page

The MCP server exposes the full GroupDocs.Conversion engine: every format pair supported by the .NET library — 100+ document, spreadsheet, presentation, image, email, CAD, and web formats — is available to your AI agent through the convert tool. The canonical matrix lives in the library documentation: supported document formats.

The pairs agents are asked for most:

  • PDF → DOCX — make a PDF editable: “Convert agreement.pdf to Word.”
  • DOCX → PDF — finalize for distribution: “Convert the report to PDF.”
  • PDF → Markdown — LLM-ready ingestion: full guide.
  • Markdown → PDF / DOCX — publish what the agent wrote: full guide.
  • PPTX → PNG — slide previews: “Make PNG previews of the deck.”
  • XLSX → PDF — fixed-layout spreadsheets: “Convert the quarterly sheet to PDF.”

Not sure what a given file can become? Ask — “What formats can I convert drawing.dwg to?” — the agent answers via get_supported_formats.

On this page