简体   繁体   中英

Header and Footer template in CKEditor

I have implemented CKEditor in my project as per the requirement. I need to covert my html file to word document at the end on user input and my system is creating the document file perfectly. Now my client wants me to implement header and footer functionality same as word in my ckeditor edit area. What is the options available to implement such header footer functionality in ckeditor.?

嗨,我为此解决方案制作了一个补丁。

i have created a table where i inserted all the information related to the file with the full path, the header text and the footer text and created one .net processes to pick the file from the path and add the header and footer to the file and at the end application will replace the new file with existing one. .net has very nice functionality to implement it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM