-
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Welcome to the DocSharp wiki!
This wiki documents DocSharp converters and examples. See the pages below:
- Convert binary documents
- Convert DOCX documents
- Convert RTF documents
- Convert Markdown documents
- Render DOCX documents to PDF/images/XPS/SVG
- Convert images
If you need samples or advanced options, open the relevant page above.
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.