Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 是否有办法使用CKEditor 5中的Export to Word、Export to PDF插件从生成的docx中删除默认页脚消息?_Javascript_Reactjs_Ckeditor_Ckeditor5 - Fatal编程技术网

Javascript 是否有办法使用CKEditor 5中的Export to Word、Export to PDF插件从生成的docx中删除默认页脚消息?

Javascript 是否有办法使用CKEditor 5中的Export to Word、Export to PDF插件从生成的docx中删除默认页脚消息?,javascript,reactjs,ckeditor,ckeditor5,Javascript,Reactjs,Ckeditor,Ckeditor5,我在我的web项目中使用了CKEditor 5,我想删除以下消息:“此DOCX文档是使用CKEditor创建的,只能用于评估目的。”使用导出到Word,在生成的DOCX/pdf中的每页页脚中显示,导出到pdf 我尝试更改exportWord和exportPdf的转换器选项,但没有效果 const templateCSS = '.styled { font-weight: bold; text-align: center; }' footer: [ // Footer template f

我在我的web项目中使用了CKEditor 5,我想删除以下消息:“此DOCX文档是使用CKEditor创建的,只能用于评估目的。”使用导出到Word,在生成的DOCX/pdf中的每页页脚中显示,导出到pdf

我尝试更改exportWord和exportPdf的转换器选项,但没有效果

const templateCSS = '.styled { font-weight: bold; text-align: center; }'
footer: [
    // Footer template for all footers (without the `type` property).
    { html: '<div class="styled">Default footer content</div>', css: templateCSS },
 ],
const templateCSS='.styled{font-weight:bold;text-align:center;}'
页脚:[
//所有页脚的页脚模板(不带'type'属性)。
{html:'默认页脚内容',css:templateCSS},
],
在转换选项中覆盖页脚只需添加另一行文本

有办法删除此邮件吗


是的,通过购买它。这是一个高级功能。来自文档:这是一个高级功能。如果您想购买许可证,请与我们联系。如果您有任何反馈或问题,请告知我们!如果在没有身份验证的情况下使用此功能,则生成的文档将带有水印。