How edit a .doc file content

WebViewer Version: 10.5.0

How can I open and edit the .doc file and save it ?

If not, Can I save it as base64 and then convert it to .doc ?

Thanks for the answer

1 Like

Hello Samvel,

We currently do not support editing for doc files. However, we do have a solution designed to work with docx files. You can read more about it here: Edit-docx-file | Apryse Documentation

You can edit and save docx files with the following option:

enableOfficeEditing: true,

Please put this option the WebViewer constructor.

One possible solution could be to save the doc file as a docx and then load it into WebViewer.

Best Regards,
Darian

1 Like