{ "name": "CreatePrintLayout", "displayName": "Create Print Layout", "description": "Invision printing script", "category": "", "helpUrl": "https://ncdoafis.com/public/rest/directories/arcgisoutput/InVision/ExportWebMap_GPServer/InVision_ExportWebMap/CreatePrintLayout.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": "esriGPParameterTypeOptional", "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:PDF (default if the parameter is left blank) PNG8PNG32 JPG GIF EPS SVG SVGZ ", "direction": "esriGPParameterDirectionInput", "defaultValue": "pdf", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "png8", "png32", "pdf", "jpg", "svg", "svgz" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "Either a name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is chosen or an empty string is passed in, the output map does not contain any page layout surroundings (for example title, legends, scale bar, and so forth", "direction": "esriGPParameterDirectionInput", "defaultValue": "Letter (8.5x11 Landscape)", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Letter (8.5x11 Landscape)", "Ledger (11x17 Landscape)" ] }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }