I would like to know if it's possible to convert .eps, .ai, and/or .pdf vector graphics into something I can display on a webpage like .png?
I've tried using...
<cfimage action="convert" overwrite="no" destination='image.png' source='image.eps'/>
...but did not work, which wasn't completely unexpected.
I've done as much research as I can and can't seem to find any answers out there. So please don't mark this as vague or duplicate, because I really have looked.