Browse our Products
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
GroupDocs.Markdown for .NET is a document processing API that enables you to export PDF, Word, Excel, and other formats to Markdown for seamless integration with the generative AI ecosystem.
GroupDocs.Markdown for .NET supports a broad set of common enterprise and ebook formats. The full list of supported extensions:
pdf.xls, .xlsx, .xlsb, .xlsm, .xlt, .xltx, .xltm, .xlam, .csv, .tsv, .ods, .ots, .fods, .numbers, .sxc.doc, .docx, .dot, .dotm, .dotx, .docm, .rtf, .odt, .ott.azw3, .mobi, .epub.chm, .xml, .txtConvert a document to Markdown in a single call:
string markdown = MarkdownConverter.ToMarkdown("business-plan.pdf");
MarkdownConverter.ToFile("business-plan.pdf", "business-plan.md");
Control headings, page selection, and front matter:
var options = new ConvertOptions
{
HeadingLevelOffset = 1, // shift all headings down one level
PageNumbers = new[] { 1, 2, 3 }, // convert only first three pages
IncludeFrontMatter = true // prepend YAML metadata
};
string markdown = MarkdownConverter.ToMarkdown("report.docx", options);
Export images as separate files instead of embedding them:
var options = new ConvertOptions
{
ImageExportStrategy = new ExportImagesToFileSystemStrategy("images/")
{
ImagesRelativePath = "images/" //  in output
}
};
MarkdownConverter.ToFile("report.docx", "report.md", options);
Get page count, title, and author without converting:
DocumentInfo info = MarkdownConverter.GetInfo("report.docx");
Console.WriteLine($"Format: {info.FileFormat}, Pages: {info.PageCount}");
Console.WriteLine($"Title: {info.Title}, Author: {info.Author}");
All methods have async counterparts with cancellation support:
string md = await MarkdownConverter.ToMarkdownAsync("large-report.pdf");
await MarkdownConverter.ToFileAsync("spreadsheet.xlsx", "output.md");
For questions or technical assistance, please use our Free Support Forum — we’ll be happy to help.
This page contains a ZIP archive with the DLLs for GroupDocs.Markdown for .NET version 26.3.
Added: 2/4/2026
Downloads:
File Size: 66.42MB
This page contains the MSI installer for GroupDocs.Markdown for .NET version 26.3.
Added: 2/4/2026
Downloads:
File Size: 66.96MB
This page contains a ZIP archive with the DLLs for GroupDocs.Markdown for .NET version 26.1.
Added: 16/1/2026
Downloads:
File Size: 34.33MB
This contains the MSI installer of GroupDocs.Markdown for .NET
Added: 16/1/2026
Downloads:
File Size: 34.83MB
This page contains a ZIP archive with the DLLs for GroupDocs.Markdown for .NET version 25.9.
Added: 12/9/2025
Downloads:
File Size: 31.09MB
This page contains the MSI installer for GroupDocs.Markdown for .NET version 25.9.
Added: 12/9/2025
Downloads:
File Size: 31.59MB