{ "name": "VertiGISProPrintTool", "displayName": "VertiGIS Pro Print Task", "description": "Exports Map Content, based on ESRI ArcGIS Pro Map Specification by accepting various additional Parameters and Layouts or Layout Packages.", "category": "", "helpUrl": "https://gis.vorarlbergnetz.at/arcgis/rest/directories/arcgisoutput/VertiGIS_Utilities/VertiGIS_Printing_Tools_GPServer/VertiGIS_Utilities_VertiGIS_Printing_Tools/VertiGISProPrintTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Pro_Map_as_JSON", "dataType": "GPString", "displayName": "Pro Map as JSON", "description": "Pro Map as JSON. Default is {}. See Task Request Schema.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Pro_Map_as_FILE", "dataType": "GPDataFile", "displayName": "Pro Map as FILE", "description": "Pro Map as FILE. Reference to ZIP File uploaded to the Hosting Server containing the compressed Value of 'Pro_Map_as_JSON'. This Parameter can be used to overcome HTTP POST Size Limitations. See https://developers.arcgis.com/rest/services-reference/enterprise/upload.htm.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Location of the default Output File. Default is C:\\temp\\default.pdf.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "Output Format [AIX|BMP|EMF|EPS|GIF|JPG|PDF|PNG|PNG32|SVG|SVGZ|TGA|TIFF|PAGX]. Default is PDF.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "AIX", "BMP", "EMF", "EPS", "GIF", "JPG", "PDF", "PNG", "PNG32", "SVG", "SVGZ", "TGA", "TIFF", "PAGX" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "Layout Template [MAP_ONLY|Layout Ref|Layout Package Ref|PAGX Definitions]. Default is MAP_ONLY. See Task Request Schema.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Additional_Settings_as_JSON", "dataType": "GPString", "displayName": "Additional Settings as JSON", "description": "Additional Settings as JSON. Default is {}. See Task Request Schema.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Additional_Pro_Maps_as_JSON", "dataType": "GPString", "displayName": "Additional Pro Maps as JSON", "description": "Additional Pro Maps as JSON. Default is []. See Task Request Schema.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Additional_Pro_Maps_as_FILE", "dataType": "GPDataFile", "displayName": "Additional Pro Maps as FILE", "description": "Additional Pro Maps as FILE. Reference to ZIP File uploaded to the Hosting Server containing the compressed Value of 'Additional_Pro_Maps_as_JSON'. This Parameter can be used to overcome HTTP POST Size Limitations. See https://developers.arcgis.com/rest/services-reference/enterprise/upload.htm.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_Aprx", "dataType": "GPDataFile", "displayName": "Output Aprx", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Output_Log", "dataType": "GPDataFile", "displayName": "Output Log", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }