Skip to content
Manfredi Marceca edited this page Apr 7, 2026 · 4 revisions

Welcome to the DocSharp wiki!

This wiki documents DocSharp converters and examples. See the pages below:

If you need samples or advanced options, open the relevant page above.

General information

DocSharp is .NET library to convert between Office document formats.

Features:
✅ DOCX to RTF, DOCX to HTML, DOCX to Markdown, DOCX to plain text
✅ DOC to DOCX
✅ RTF to DOCX
✅ Markdown to DOCX, Markdown to RTF
✅ XLS to XLSX
✅ PPT to PPTX
✅ DOCX to PDF / SVG / JPEG / PNG (unified rendering engine thanks to QuestPDF)
✅ Free and open source, MIT licensed
✅ High visual fidelity and accuracy, strictly follows the specifications and Word document object model
✅ Does not require Microsoft Office or LibreOffice installed
✅ Fully managed C# code, does not require native dependencies and works on every platform. The only exceptions are image conversion features and QuestPDF rendering.
✅ Modular structure: install only the packages you need and choose among different graphics backend libraries, to avoid heavy unnecessary dependencies for your project.

Clone this wiki locally