| As shown above, when exporting the maps as images/PDFs using server-side Export Handlers, there are two actions that you can choose from: 
        Download to end user - Return the generated image/PDF back to the client (browser) for downloadingSave on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions  Please note that in both cases, the map first needs to render in a browser, before the bitmap snapshot can be sent to server for processing. You CANNOT directly generate an image of map on server, without actually rendering it in browser.  |