Use Uipath Studio to process images

Use vb.net to process the png image file into binary data, and then use the binary data to call the interface of the third-party software. Which is a good method for studio implementation? Thank you!

@peng.he

You can use Invoke Code activity to write your VB.Net code

But check If third party software has api to call the Image directly and get the output?

Hope this may help you

Thanks

thank you for your reply. Without VB.NET, Uipath Studio cannot meet this requirement, is it?