Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,450 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a requirement where I am receiving a file in base64encoded string format. I have to archive this file in Xtendis using rest APis of them. Xtendis REST API accepts file only in pdf format . So I have to convert base64encoded format to pdf before calling the APi. could anyone please suggest how can this be achieved. Thank you
@Dhirendra Sahoo You can use the base64ToString() function to convert the base64 string into a binary object that can then passed to the REST API with content type application/octet-stream
.