mindoc-org / mindoc

Golang实现的基于beego框架的接口在线文档管理系统
https://mindoc.com.cn/docs/mindochelp
Apache License 2.0
7.16k stars 1.88k forks source link

v2.1开启了下载功能但是无法下载成功word,但是下载md文档正常 #835

Open TianRandai111 opened 1 year ago

TianRandai111 commented 1 year ago

请按照一下格式提交issue,谢谢!

  1. 你当前使用的是哪个版本的 MinDoc(godoc_linux_amd64 version)? v2.1

  2. 你当前使用的是什么操作系统? docker镜像

  3. 你是如何操作的? 下载其它类型的文档

  4. 你期望得到什么结果? 下载其它类型的文档失败,下载md文档正常

  5. 当前遇到的是什么结果? 文档在2.1上无法下载成功,但是把版本切换还是对v0.13则可以正常下载 以下是日志: image /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/Images /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/META-INF /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/css /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/editor.md /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/editor.md/css /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/font-awesome /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/font-awesome/css /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/source/styles/font-awesome/fonts convert to epub convert to mobi convert to pdf convert to docx [ebook-convert /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/output/book.docx --docx-no-toc --docx-page-size a4 --docx-page-margin-left 72 --docx-page-margin-top 72 --docx-page-margin-right 72 --docx-page-margin-bottom 72] 正在转换 DOCX 文件 /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub [ebook-convert /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/output/book.mobi] 正在转换 MOBI 文件 /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub [ebook-convert /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/output/book.pdf --paper-size a4 --pdf-default-font-size 14 --pdf-header-template

    SECTION

    --pdf-footer-template

    本文档使用 MinDoc 构建 - PAGENUM -

    --pdf-page-margin-left 72 --pdf-page-margin-top 72 --pdf-page-margin-right 72 --pdf-page-margin-bottom 72] 正在转换 PDF 文件 /tmp/8d046c825ccd2029a262fc6b8e1ffc83/mindoc/output/content.epub 转换PDF文档失败:exit status 1 转换MOBI文档失败:exit status 1 转换WORD文档失败:exit status 1 2023/02/03 14:53:58.616 [E] [BookResult.go:498] 转换文件错误:MinDoc演示项目 -> exit status 1 exit status 1 exit status 1

anschein commented 1 year ago

同样的问题

masterzht commented 1 year ago

docker镜像里面的ebook-convert版本有问题,https://github.com/mindoc-org/mindoc/issues/807