# Convert any document format directly from an agent with the new DoclingTools toolkit

> DoclingTools gives agents the ability to convert documents on demand using the Docling library — accepting PDFs, DOCX, PPTX, XLSX, HTML, images, audio, and video files as input and exporting to…

- Published: 2026-03-30
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/convert-any-document-format-directly-from-an-agent-with-the-new-doclingtools-toolkit
- Markdown: https://agno-com-nine.vercel.app/articles/convert-any-document-format-directly-from-an-agent-with-the-new-doclingtools-toolkit.md

`DoclingTools` gives agents the ability to convert documents on demand using the Docling library — accepting PDFs, DOCX, PPTX, XLSX, HTML, images, audio, and video files as input and exporting to Markdown, plain text, HTML, JSON, YAML, DocTags, and VTT. Each output format is a separately togglable tool, so agents only expose the conversions they actually need. Advanced PDF handling is also available, with configurable OCR engines, language settings, table structure recognition, picture classification, and per-document timeouts for scanned or complex documents.

Example: The following agent converts a PDF to Markdown

See the [DoclingTools docs](https://docs.agno.com/tools/toolkits/others/docling#docling) for more.
