{ "displayName": "GenerateAveryLabels", "executionType": "esriExecutionTypeAsynchronous", "name": "GenerateAveryLabelsPDF", "description": "ArcGIS for Local Government tool designed to be published as a geoprocessing service consumed by the ArcGIS for Local Government Public Notification application. When used with this application, this tool creates a PDF file of addresses suitable for printing on Avery label sheets.", "helpUrl": "https://dcgis.dekalbcountyga.gov/mapping/rest/directories/arcgisoutput/GenerateAveryLabelsPDF_GPServer/GenerateAveryLabelsPDF/GenerateAveryLabelsPDF.htm", "category": "", "parameters": [ { "parameterType": "esriGPParameterTypeRequired", "displayName": "Label Format", "defaultValue": "5160", "dataType": "GPString", "name": "Label_Format", "description": "Select the Avery label format to use.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "Address Items", "defaultValue": "1000 Broadway", "dataType": "GPString", "name": "Address_Items", "description": "List of addresses to appear on the labels. This list is generated by the application based on the tax parcels selected in the application", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "Output File", "defaultValue": null, "dataType": "GPDataFile", "name": "Output_File", "description": "Path and file name for the output Avery labels.", "category": "", "direction": "esriGPParameterDirectionOutput" } ] }