cancel
Showing results for 
Search instead for 
Did you mean: 

convert odt to docx

Luigi0089
Champ in-the-making
Champ in-the-making

Good evening, I'm developing an application with java Spring Boot.
I need to convert a file from odt format to a docx format with the "alfresco-remote-api" and "alfresco-data-model" libraries.
From the "https://docs.alfresco.com/content-services/7.0/develop/repo-ext-points/content-transformers-renditio..." page it would seem impossible, I wondered if anyone had succeeded.
Thank you in advance for your answer.

1 REPLY 1

AlfrescoZZZ
Star Collaborator
Star Collaborator

Yes, but it's not that simple. In my case, we were already using the OnlyOffice connector for Alfresco, so we created our own transformer to register on Alfresco with a small Java client in the transformer called the OnlyOffice server for conversion. At that point, we had a transformer registered on Alfresco for converting ODT files into other formats supported by OnlyOffice.