Hi,
In my application the user should be allowed to "Save" the formatted document what he is writting in the FCKEditor to a MS-Word document.
1. Is there any direct way to save the data from teh FCKEditor to a MS-Word document.
2. Or the only way is to do a XML parsing of the FCKEditor text and then write it to MS-Word with say Apache POI API.
Thanks,
Deb.
In my application the user should be allowed to "Save" the formatted document what he is writting in the FCKEditor to a MS-Word document.
1. Is there any direct way to save the data from teh FCKEditor to a MS-Word document.
2. Or the only way is to do a XML parsing of the FCKEditor text and then write it to MS-Word with say Apache POI API.
Thanks,
Deb.
Re: FCKEditor to MS-Word