Exporting Maps as PDF or Images > Server-side export > Overview |
The export process, when using server-side Export Handlers, can be visualized as under: |
As shown above, when exporting the maps as images/PDFs using server-side Export Handlers, there are two actions that you can choose from:
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. |
Elements involved |
For enabling export of map at server-side, we'll need to assemble the following elements:
So let's quickly get started and setup a simple example that exports the map as an image and sends it back to browser (for the user to save). |