Can someone remind me what the CF function is call...
# cfml-general
h
Can someone remind me what the CF function is called that will capture a screenshot of a webpage and output an image?
d
Don't think there is such a thing. ColdFusion doesn't have access to whatever the browser rendered.
e
true. could call to wkhtmltoimage to do it https://wkhtmltopdf.org/
👍 1
h
Thanks Erin, that's what I was thinking of.
Then output the PDF using cfimage.