Before going out and hiring someone to create this module, I wanted to see if it's even possible. I want to create a CCK field that the user can enter a URL address. This module would then create a screen capture of that URL and save a PNG file to the server than can then be accessed by ImageCache & Image API. Thanks.

Comments

dillonm’s picture

Maybe, with dompdf you could create a PDF of the page:
http://www.digitaljunkies.ca/dompdf/usage.php

Is that what you were thinking/looking for?

picciuto’s picture

Great idea but didn't work. ImageCache cannot create a thumbnail and an image out of a PDF.

mshepherd’s picture

picciuto’s picture

Unfortunately that module won’t work for my situation because it uses a 3rd party to capture the screen shot. Using this would mean the screen grab would not be hosted on my my site and isn’t an instant screen grab as the 3rd party software takes a few minutes. Thanks.