获取CKEditor导出的单词文件的响应

问题描述

我在我的Web应用程序中使用CKEditor。我可以配置CKEditor以将WYSISYG编辑器下载为本地文件。我的配置是:

    exportWord: {
        fileName: 'myExportTodoc.docx',converterUrl: 'https://docx-converter.cke-cs.com/v1/convert',converterOptions: {
            format: 'A4',// Default value,you don't need to specify it explicitly for A4.
            margin_top: '20mm',margin_bottom: '20mm',margin_right: '12mm',margin_left: '12mm'
        }
   }

通过上述操作,该文件自动保存到磁盘,但是我想在Angular应用中获取转换后文件的字节内容,因此可以将其发送到后端。怎么做?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)