Using Drupal 6.

We have agents in South America and would like to allow them to log in to our site, edit a field containing contact information via something like:

http://drupal.org/project/editablefields

and have that information update a marketing flyer (imagefield).

The agent could then print or save this updated/customized image, and have a marketing piece with their contact information on it. I think I can handle the print part via print.css and display: none; a bunch of stuff.

However, the issues of saving the update image is something I can't figure out.

Any ideas? Modules?

Thanks.