OpenWord
1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
Loading...
Searching...
No Matches
include
openword
MarkdownConverter.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
openword/Document.h
"
4
#include <string>
5
6
namespace
openword
{
7
13
std::string
convertToMarkdown
(
const
Document
&doc);
14
15
}
// namespace openword
Document.h
openword::Document
Represents the main Office Open XML Word document (.docx).
Definition
Document.h:588
openword
Definition
Document.h:12
openword::convertToMarkdown
std::string convertToMarkdown(const Document &doc)
Converts a Word Document object to Markdown text.
Generated on Sat Apr 18 2026 01:47:43 for OpenWord by
1.9.8