Transformations in a dockerized Alfresco

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2019 11:49 AM
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.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2019 04:35 AM
Take a look at
https://github.com/Alfresco/acs-packaging/blob/master/docs/migrating-a-legacy-transformer.md

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2019 05:31 PM
So now, there is no service to perform a transformation, but instead we have to call the corresponding /transform endpoint, is that right?
