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.
Take a look at
https://github.com/Alfresco/acs-packaging/blob/master/docs/migrating-a-legacy-transformer.md
So now, there is no service to perform a transformation, but instead we have to call the corresponding /transform endpoint, is that right?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.