You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+53-9Lines changed: 53 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,17 @@
2
2
3
3
## Overview
4
4
5
-
Simple and straight forward Python utility that converts a Markdown file (`.md`) to a Microsoft Word document (`.docx`). It supports multiple Markdown elements, including headings, bold and italic text, both unordered and ordered lists, and many more.
5
+
Simple and straight forward Python utility that converts Markdown files (`.md`) to Microsoft Word documents (`.docx`) and vice versa. It supports multiple Markdown elements, including headings, bold and italic text, both unordered and ordered lists, and many more.
This code will create a file named `test_document_output.md`, which is the conversion of `test_document.docx` to the Markdown format.
115
+
116
+
---
78
117
79
118
## Why this repo and not others ?
80
119
@@ -108,6 +147,11 @@ Here are some reasons why this repo might be considered better or more suitable
108
147
### 8. **Privacy**
109
148
- If you are working in a corporate firm and you want to convert your markdown files to word and you use a online tool to do it then there are chances that they will store your file which can cause to a vital information leak of your company. With use of this repo you can easily do the conversion in your own system.
110
149
150
+
### 9. **Bi-directional Conversion**
151
+
-**Complete Workflow**: Convert documents in both directions, allowing for round-trip document processing
152
+
-**Format Preservation**: Maintains formatting and structure when converting between formats
153
+
-**Flexibility**: Easily switch between Markdown and Word formats based on your needs
154
+
111
155
### Comparison to Other Scripts
112
156
-**Feature Set**: Some scripts may lack comprehensive support for Markdown features or may not handle lists and text formatting well.
113
157
-**Performance**: Depending on the implementation, performance might vary. This script is designed to be efficient for typical Markdown files.
0 commit comments