{ "name": "GenerateAveryLabelsPDF", "displayName": "GenerateAveryLabels", "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. ", "category": "", "helpUrl": "http://summitmaps.summitoh.net/arcgis/rest/directories/arcgisoutput/GenerateAveryLabelsPDF_GPServer/GenerateAveryLabelsPDF/GenerateAveryLabelsPDF.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Label_Format", "dataType": "GPString", "displayName": "Label Format", "description": "Select the Avery label format to use.", "direction": "esriGPParameterDirectionInput", "defaultValue": "5160", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Address_Items", "dataType": "GPString", "displayName": "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", "direction": "esriGPParameterDirectionInput", "defaultValue": "1000 Broadway", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Path and file name for the output Avery labels.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }