{ "name": "MapBookPrint", "displayName": "MapBookPrint", "description": "Simple print service that ignored the web map and just uses the MXD layers at the scale/extent of the web map", "category": "", "helpUrl": "https://arcgis.racinecounty.com/arcgis/rest/directories/arcgisoutput/MapBookPrint2_GPServer/MapBookPrint2/MapBookPrint.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Page_Names", "dataType": "GPString", "displayName": "Page_Names", "description": "List of data-driven page names", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "PNG or PDF", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PNG", "PDF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "Pick an MXD from the template folder", "direction": "esriGPParameterDirectionInput", "defaultValue": "LGIM_CountywideQuarterSectionPrint", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }