# 有没有办法将 Word docx 文件导入到帖子中？

**URL:** https://meta.discourse.org/t/is-there-a-way-to-import-a-word-docx-file-into-a-post/342826
**Category:** Feature
**Created:** [2024年十二月17日 05:48 UTC](https://meta.discourse.org/t/is-there-a-way-to-import-a-word-docx-file-into-a-post/342826 "2024-12-17T05:48:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JonLewit](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonlewit/32/471058_2.png) [@JonLewit](https://meta.discourse.org/u/JonLewit)
#### Post date: [2024年十二月17日 05:48 UTC](https://meta.discourse.org/t/is-there-a-way-to-import-a-word-docx-file-into-a-post/342826/1 "2024-12-17T05:48:38Z")

</div>

我们希望将一些 Word 文档导入到帖子中，以便进行搜索/访问。是否有付费方式可以做到这一点，还是我们必须将它们转换为 Markdown 文件然后进行复制粘贴？

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [2024年十二月17日 14:49 UTC](https://meta.discourse.org/t/is-there-a-way-to-import-a-word-docx-file-into-a-post/342826/2 "2024-12-17T14:49:00Z")

</div>

我相信您需要使用一个中间服务将Word格式转换为markdown。我过去曾使用过这个网站：[https://word2md.com/](https://word2md.com/)

---

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [2024年十二月17日 15:38 UTC](https://meta.discourse.org/t/is-there-a-way-to-import-a-word-docx-file-into-a-post/342826/3 "2024-12-17T15:38:29Z")

</div>

> Pandoc 支持直接从 docx 转换为 markdown

> <https://stackoverflow.com/questions/16383237/how-can-doc-docx-files-be-converted-to-markdown-or-structured-text>
