{ "name": "ExportWebMap", "displayName": "PrintWebMap", "description": "Geoprocessing tool that facilitates printing from ES Web applications", "category": "", "helpUrl": "https://arcgis.metc.state.mn.us/arcgis/rest/directories/arcgisoutput/Print/ESPrint_GPServer/Print_ESPrint/ExportWebMap.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "description": "A JSON representation of the state of the map to be exported as it appears in the web application. See the ExportWebMap specification in the ArcGIS Help to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, etc.) allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": " ", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Output file name. The extension of the file depends on the output file format.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format in which the map image for printing will be delivered. The following strings are accepted. For example: PNG8 (default if the parameter is left blank) PDF PNG32 JPG GIF EPSSVGSVGZ", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "EPS", "SVG", "SVGZ" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "Uses ES layout templates", "direction": "esriGPParameterDirectionInput", "defaultValue": "LandscapeLetter", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "ES_MAP_ONLY", "Landscape11x17", "LandscapeLetter", "PortraitLegend11x17", "PortraitLetter", "MAP_ONLY" ] } ] }