On Thursday 03 November 2005 10:11 am, kirk wrote: > Sorry, I should have mentioned I would like to runthe conversion in an > automated script, and not using X Windows. > - Kirk Cerny
You'll probably find a good solution, I'm sure there's tools out there. But, if you have to resort to X, you could do something like: - use the virtual x server (offscreen--no display required) - use konqueror, which can be scripted entirely from the command line - use ksnapshot to snap the browser window to an image - use dcop, which can control konqueror and ksnapshot via command line to change the url/file and take another snapshot - manipulate/convert image as desired You used to be able to do this with netscape -remote, but the saveAs(filename, PostScript) command doesn't seem to work with mozilla -remote anymore... -- Respectfully, Nicholas Leippe Sales Team Automation, LLC 1335 West 1650 North, Suite C Springville, UT 84663 +1 801.853.4090 http://www.salesteamautomation.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
