Unable to use .save() method from wordprocessorhelper class

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());

1 Reply

SM Suriya Murugan Syncfusion Team June 21, 2022 05:58 AM UTC

Hi Nathan,


https://github.com/SyncfusionExamples/EJ2-Document-Editor-Web-Services/blob/master/Java/src/main/java/ej2/webservices/WordEditorController.java#L146



Please check above link to know more about SFDT to Docx conversion.


Can you please share the SFDT content which you have tried to convert to Docx?


Regards,

Suriya M.




Loader.
Up arrow icon