Turn2Markdown is a web tool based on microsoft/markitdown that converts Office documents (DOCX, PDF, XLSX, PPTX) into Markdown format.
- 🚀 Quick conversion of Office documents to Markdown
- 📄 Supports multiple file formats (DOCX, PDF, XLSX, PPTX)
- 💡 Simple and intuitive user interface
- 🌓 Dark mode support
- 📱 Responsive design for all devices
- Visit the website
- Click "Choose File" to select your document
- Click "Start Convert" to begin conversion
- Download the converted Markdown file
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- Vue 3
- Vite
- Ant Design Vue
- Axios
This project is licensed under the GPL v3 License - see the LICENSE file for details.
Turn2Markdown 是一个基于microsoft/markitdown的网页工具,可以将 Office 文档(DOCX、PDF、XLSX、PPTX)转换为 Markdown 格式。
- 🚀 快速将 Office 文档转换为 Markdown
- 📄 支持多种文件格式(DOCX、PDF、XLSX、PPTX)
- 💡 简单直观的用户界面
- 🌓 支持深色模式
- 📱 适配所有设备的响应式设计
- 访问网站
- 点击"选择文件"选择您的文档
- 点击"开始转换"开始转换
- 下载转换后的 Markdown 文件
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建生产版本
npm run build
- Vue 3
- Vite
- Ant Design Vue
- Axios
本项目基于 GPL v3 许可证开源 - 查看 LICENSE 文件了解更多详情。