cancel
Showing results for 
Search instead for 
Did you mean: 

Transformations in a dockerized Alfresco

narkuss
Star Contributor
Star Contributor

Hi all,

We used to perform docx/pptx/xlsx to pdf transformations in Alfresco in versions earlier than 6.x.

Now, the contentService.transform(reader, writer) function is deprecated, as well as almost every function in this service.

I'm up to date with the changes done on Alfresco regarding transformations, they are going (and in fact they are in 6.2 version) to be externalised from the repository using T-engines.

So, how are we supposed to perform a transformation in java now? I couldn't find examples anywhere, I only found README's on how to create a new transformation engine.

Thanks in advance.

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

So now, there is no service to perform a transformation, but instead we have to call the corresponding /transform endpoint, is that right?