Select to view content in your preferred language

Generate Map File

1683
1
11-25-2016 08:03 AM
SteveKipta
New Contributor

Hello everyone,

I would like to generate a map file (TIFF/PNG/PDF) of a anarea with certain layers showing without having to open our web map. Is there a way I generate this via the ArcAPI or SDK? We have a business process which requires a map of a defined area be attached to a document, we are tring to automate the entire process programatically.

Thank you.

0 Kudos
1 Reply
Drew
by
Frequent Contributor

One easy way is to use the 'Export Map' function in the REST API
Export Map (Operation) 

A more complex way with more functionality is to use the SOAP API
ArcGIS Server SOAP SDK 

Drew