Converting WMF files to Gif files in ColdFusion 8 using the .NET interop
Todd over at cfsilence.com had a a question about one of my recent blog posts on converting WMF files to GIF files. I gave an example of how to do this in .NET, but how do you leverage ColdFusion's .NET integration to do the same thing in ColdFusion.
The first thing you have to do is create a class project in .NET. Add a reference to the System.Drawing library. Here is the class I built for this example;
