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