I developed a web app that displays svg maps on client browsers. I now need to be able to save the displayed svg in raster image format (png, jpg).
I am looking for a perl cgi solution to do this in a shared environment (no ImageMagick) with no java support (no batik).
There doesn't seem to be much info on the subject but I guess the requirement is quite sensible and there must be some way to do this.
I'll be most grateful if somebody could point me to the right direction.