I'm trying to render a web page into an image and use it in a comp -
kind of like the RSS Feed, except with layout and images. It'll only
be used to display custom pages, so clipping/scaling is not an issue.
I suspect it can be done with WebKit and some Objective-C code, but
I'm hoping that it's already out there.
Anyone tried it, or done it?
(I could probably do it with some external code that renders the page
to a static image and then use Folder Images, but I'd eventually like
to try video on the page too).