How can I convert BASE64 encoded HTML to GIF using ColdFusion?
Posted
by Eric Belair
on Stack Overflow
See other posts from Stack Overflow
or by Eric Belair
Published on 2010-05-04T14:56:43Z
Indexed on
2010/05/04
14:58 UTC
Read the original article
Hit count: 129
I am receiving a BASE64 encoded string from a WebService. The string represents an HTML page, and I can use built-in ColdFusion functions to convert and display it. However, I need a GIF representation of the HTML page, and I'm wondering if there's any way to do this using ColdFusion.
© Stack Overflow or respective owner