Hi Everybody,
For one client i need to upload a pdf in IDM. i developed a dataflow and use IDM API to get the PDF content (using ION REST API IDM/api/items/{pid}/resource/stream). The APIs send an octet-stream.
Then, i try to merge it with a fusion python script in my ProcessContentDocument BOD. The script works.
Problem, the PDF comes to IDM perfectly but the content is damaged. I think that the base64 binary is wrong (maybe my python method is not well coded).
Do you have an idea please ?