canvas-editor-plugin
canvas-editor-plugin copied to clipboard
plugins for canvas-editor
1.后端java将docx文档解析成html。通过instance.command.executeSetHTML,在通过instance.executeExportDocx导出文档。样式丢失严重。 2.通过command.executeImportDocx导入的文档样式全丢失了。无法准确显示文档中所设置的样式
基于canvas-editor-plugin-docx导出word时,发现通过控件动态设置的数据,预览没有问题导出时数据丢失。
字体大小,分页等多种样式不兼容
Importing via `mamoth.js` is going to always have issues as many of the docx styles and blocks are not supported. See https://github.com/mwilliamson/mammoth.js/ Unfortunately, something more complex is going to be...
在富文本中自己定义了目录 左侧的目录树也显示了,使用word导出插件能否把目录也在word中显示
mport Editor from '@hufe921/canvas-editor' import docxPlugin from '@hufe921/canvas-editor-plugin-docx' const instance = new Editor() instance.use(docxPlugin) instance.executeExportDocx({ fileName: string }) 导出的Word 格式错误,,能否与编辑器 样式一致
表格最小行高设置
想设置表格的最小行高 设置越小越好,官方目前支持的最小行高是多少px