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).
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.
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.