When using OpenLayers I can compose a map with several layers which is displayed nicely by my browser, but I need to do the same server side (no browser composing the layers), and I'm waiting a image file as output (ie PDF, SVG, JPEG or PNG).
I need to do composition with at least OSM and Vector layer types.
What are my solutions ?