Is there an activity to convert .heic files to PDFs?

I know that we have lots of options for converting more common image formats to PDFs, such as png and jpg, but I was curious if there was anything for heic.

The reason I need this is my company has an automation that processes emails with incoming documents. I need to convert them to PDFs for document understanding, and I want to support as many file formats as possible. Believe or not, some files come from iOS devices in this format (on occasion).

Thanks for the help

I have never seen a UiPath activity for that. You can do it with vb.net in an Invoke Code or write your own custom activity.

If there is nothing, I will probably just make a C# coded workflow. Not the worst thing, but I figured it was worth a shot to see if it had been built yet.

I guess there no direct feature in UiPath as such. Only way is to write custom code in .net or C#

Yeah, that is what I figured out. I am comfortable working with C# coded workflows or custom activities, but there are not really any good open-source .NET packages for working with these files.

Even the one I found that was open-source, had patents tied to the library underneath. So I think I am just going to throw a business exception and report to the stakeholders when these files occasionally come in.

Please mark the query as solved or solution if it is closed

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.