All Projects → 88250 → lute-docx

88250 / lute-docx

Licence: AGPL-3.0 License
📝一款将 Markdown 文本转换为 Word 文档 (.docx) 的小工具。

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to lute-docx

lute-pdf
📝一款将 Markdown 文本转换为 PDF 的小工具。
Stars: ✭ 23 (+27.78%)
Mutual labels:  lute
JThumbnail
Java thumbnail generator for Office,PDF,HTML,Text,MP3,MPEG and Image documents
Stars: ✭ 24 (+33.33%)
Mutual labels:  docx
oceanpress
将 Markdown 文件转换为 HTML 生成静态站点的工具,专为思源笔记实现了许多特有渲染效果。
Stars: ✭ 61 (+238.89%)
Mutual labels:  lute
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (+166.67%)
Mutual labels:  docx
docx-wasm-client-side
Microsoft Word doc/docx to PDF conversion, client-side in-browser, using docx-wasm
Stars: ✭ 37 (+105.56%)
Mutual labels:  docx
docx-you-want
An unusual PDF-to-DOCX converter.
Stars: ✭ 40 (+122.22%)
Mutual labels:  docx
eoffice
Export and import graphics and tables to MicroSoft office
Stars: ✭ 19 (+5.56%)
Mutual labels:  docx
TemplaterExamples
Creating reports in .NET and Java
Stars: ✭ 37 (+105.56%)
Mutual labels:  docx
pandoc-templates
An opinionated set of Pandoc templates and scripts for converting markdown to DOCX manuscripts that adhere to William Shunn's Proper Manuscript Format guidelines using Pandoc.
Stars: ✭ 30 (+66.67%)
Mutual labels:  docx
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+244.44%)
Mutual labels:  docx
docx2csv
Extracts tables from .docx files and saves them as .csv or .xls files
Stars: ✭ 42 (+133.33%)
Mutual labels:  docx
textreadr
Tools to uniformly read in text data including semi-structured transcripts
Stars: ✭ 65 (+261.11%)
Mutual labels:  docx
com.elovirta.ooxml
DITA to Word plug-in
Stars: ✭ 19 (+5.56%)
Mutual labels:  docx
MLSA-Certificate-Automate
Automate your Microsoft Learn Student Ambassadors event certificate with Python
Stars: ✭ 24 (+33.33%)
Mutual labels:  docx
workable-converter
基于libreoffice实现的文档转换项目,无框架依赖,即插即用
Stars: ✭ 74 (+311.11%)
Mutual labels:  docx
docxjs
Docx rendering library
Stars: ✭ 315 (+1650%)
Mutual labels:  docx
modern-office-git-diff
An experiment in tracking and diffing versions of modern Microsoft Office files in Git.
Stars: ✭ 51 (+183.33%)
Mutual labels:  docx
markdown-to-document
A Markdown CLI to easily generate HTML documents from Markdown files
Stars: ✭ 28 (+55.56%)
Mutual labels:  docx
docxmustache
laravel 8.x docx template manipulation class, based on mustache templating language
Stars: ✭ 34 (+88.89%)
Mutual labels:  docx
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+105.56%)
Mutual labels:  docx

💡 简介

Lute DOCX 是一款将 Markdown 文本转换为 Word 文档 (.docx) 的小工具。通过 Lute 解析 Markdown 然后再通过 unioffice 生成 DOCX。

特性

  • 几乎支持所有 Markdown 语法元素
  • 图片会通过地址自动拉取并渲染
  • 支持封面配置

📸 截图

sample

用法

命令行参数说明:

  • --mdPath:待转换的 Markdown 文件路径
  • --savePath:转换后 DOCX 的保存路径
  • --coverTitle:封面 - 标题
  • --coverAuthor:封面 - 作者
  • --coverAuthorLink:封面 - 作者链接
  • --coverLink:封面 - 原文链接
  • --coverSource:封面 - 来源网站
  • --coverSourceLink:封面 - 来源网站链接
  • --coverLicense:封面 - 文档许可协议
  • --coverLicenseLink:封面 - 文档许可协议链接
  • --coverLogoLink:封面 - 图标链接
  • --coverLogoTitle:封面 - 图标标题
  • --coverLogoTitleLink:封面 - 图标标题链接

🐛 已知问题

  • 没有代码高亮,代码块统一使用绿色渲染
  • 没有渲染 Emoji
  • 表格没有边框
  • 表格单元格折行计算有问题
  • 粗体、斜体需要字体本身支持

🏘️ 社区

📄 开源协议

Lute DOCX 使用 AGPLv3 开源协议。

🙏 鸣谢

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].