Markdown SDK to export various document types into clean, semantic Markdown.
Preserve document structure, headings, lists, tables, links, and images
Take control over images by embedding them or saving as external resources.
These are the features that make our solution stand out.
Make your PDF, Word, Excel, eBook and Text LLM-ready by exporting them to Markdown.
Preserve document structure, headings, lists, tables, links, and images.
Embed images or save them as external resources. Replace images during the conversion process.
Convert entire documents or limit conversion to specific pages or worksheets as needed.
The most common usage scenarios for exporting documents to Markdown. You can request a free temporary license to test the product in your environment.
// Import the namespace
using GroupDocs.Markdown;
// Set the license
License.Set("GroupDocs.Markdown.lic");
// Instantiate converter
var converter = new MarkdownConverter("business-plan.pdf");
// Convert and save output to file
converter.Convert("business-plan.md");
// Import the namespace
using GroupDocs.Markdown;
// Set the license
License.Set("GroupDocs.Markdown.lic");
// Instantiate converter
var converter = new MarkdownConverter("annual-report.docx");
// Set image export strategy and output folder
var convertOptions = new DocumentConverterOptions();
convertOptions.ImageExportStrategy = new ExportImagesToFileSystemStrategy("./images");
// Convert and save output to file
converter.Convert("annual-report.md");
The following file formats are supported for export to Markdown.
Dive into a detailed breakdown of our key figures, providing comprehensive metrics and statistical insights into our achievements, impact, and growth.
Convert from dozens of document and text formats including PDF, Word, Excel and eBooks to Markdown providing seamless integrations with the gen AI ecosystem.
Our solutions have become trusted and widely adopted in the developer community, providing seamless integration for your projects.
We provide more than 15 document processing SDKs, offering smooth experience for your integrations. We process so you can relax.
Serving the most iconic brands around the globe. Discover why hundreds love GroupDocs products! Join now!
GroupDocs libraries are employed by globally renowned and distinguished brands across the world.
GroupDocs.Markdown supports the following operating systems and frameworks.
Explore documentation, code samples, and community support to enhance your experience.
Find answers to common inquiries in our FAQ section to quickly address your queries and concerns.
Online application allowing you to convert popular file formats to Markdown in a browser.
Explore a free online application to convert various file formats directly to Markdown (.md).
Web-based tool for converting Microsoft Word files to Markdown across devices.
Convert PDF files to Markdown online with a free PDF-to-Markdown app.