04-26-2020 05:55 AM
Could you please tell me is it possible (and how) to add a new picture conversion to an existing picture document in Nuxeo Platform?
My use case is the following, I can upload a picture file to the platform and after some time I would like to upload via API a file containing the same picture, but in a different size or mime-type. In this case, Nuxeo should treat the uploaded file only as a conversion of the existing image and not a new asset.
I have gone through the documentation of Nuxeo but cannot seem to find the answer to my question.
04-26-2020 07:59 AM
Hello,
Here are several documentation link which will probably help you:
As for the REST API calls for conversions, you need to use a web adapter: https://doc.nuxeo.com/nxdoc/rest-api-web-adapters/, so like http://NUXEO_SERVER/nuxeo/api/v1/id/{docId}/@convert?format=pdf
Regards
04-26-2020 12:39 PM
Thank you for the fast reply, I will certainly dig into the proposed links.
04-26-2020 06:02 PM
You can choose to use a specific property (of type blob) to store a file (which could be a conversion or anything else).
04-27-2020 04:25 AM
Hi, thanks again for replying!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.