By default, DocumentConvertOptions uses ExportImagesAsBase64Strategy, which embeds images as Base64 data URIs directly in the Markdown output. This keeps the output self-contained in a single file with no external image dependencies.
Using static method
importcom.groupdocs.markdown.*;publicclassBase64Static{publicstaticvoidmain(String[]args){// Default behavior -- images are embedded as Base64
MarkdownConverter.toFile("business-plan.pdf","base64-static.md");}}
business-plan.pdf is a sample file used in this example. Click here to download it.
**Meridian Outdoor Co. — Business Plan**
FY2026 Strategic Plan

**Table of Contents**
MeridianOutdoorCo.—BusinessPlan.........................................................................................1
[TRUNCATED]
business-plan.pdf is a sample file used in this example. Click here to download it.
**Meridian Outdoor Co. — Business Plan**
FY2026 Strategic Plan

**Table of Contents**
MeridianOutdoorCo.—BusinessPlan.........................................................................................1
[TRUNCATED]