Hi,
I am trying to convert SFDT to DOCX in java, I am referring to this documentation https://ej2.syncfusion.com/documentation/document-editor/web-services/java/
But, when I try to call the method .save() from WordProcessorHelper class - the method remains undefined.
Is there another method or any way to convert SFDT string to DOCX file?
Thanks in advance.
WordDocument document = WordProcessorHelper.save(data.getContent());