Is there a way so save back the edited .docx?
pinEdit WP
Is there a way so save back the edited .docx?
DIS
03-01-2010, 3:58
Hi there,
we search for a solution to open, edit and save .docx files and found your great editor. The function to open .docx filkes works great, but is there any way to save back the .docx file?
Thanks in advance
Dirk
Re: Is there a way so save back the edited .docx?
Pintexx Support
03-02-2010, 8:19
Hi Dirk,
I'm sorry to say that you can only load docx files but unfortunately not save.
Regards,
Hans-Peter
Re: Is there a way so save back the edited .docx?
DIS
03-02-2010, 8:49
Hi Hans-Peter,
is there a possibility to catch the save-event to create a new .docx-document on the server with the html body?
Regards Dirk
Re: Is there a way so save back the edited .docx?
Pintexx Support
03-03-2010, 8:03
Hi Dirk,
there are different ways how to save content.
You can configure the save button in XML toolbar file so that callback function spoints to you own Javascript function.
You can now read content and use i.e. AJAX to pass it to server and convert to docx.
Regards,
Hans-Peter