{ "name": "MultiPageLayoutPrintTool", "displayName": "Multi Page Layout Print Tool", "description": "Custom print tool to with multi-page layout", "category": "", "helpUrl": "https://gisportal.hrsa.gov/server/rest/directories/arcgisoutput/Print/MCHB_Multi_Page_Layout_Print_Tool_GPServer/Print_MCHB_Multi_Page_Layout_Print_Tool/MultiPageLayoutPrintTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web_Map_as_JSON", "description": "WebMap JSON", "direction": "esriGPParameterDirectionInput", "defaultValue": { "operationalLayers": [], "mapOptions": { "extent": { "spatialReference": { "latestWkid": 3857, "wkid": 102100 }, "xmin": -1.257136150271159E7, "ymin": 5686632.49724373, "xmax": -1.082615127290491E7, "ymax": 6260215.95749554 }, "spatialReference": { "latestWkid": 3857, "wkid": 102100 } }, "exportOptions": {"dpi": 300}, "layoutOptions": { "titleText": "MCHB Map", "customTextElements": [ {"date": "7/17/2024"} ], "scaleBarOptions": {}, "legendOptions": { "operationalLayers": [ {"id": "bfsmooth"} ] } } }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "file_format", "dataType": "GPString", "displayName": "File Format", "description": "File format to print", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "PDF" ] }, { "name": "page_setup", "dataType": "GPString", "displayName": "Page Setup", "description": "Print layout", "direction": "esriGPParameterDirectionInput", "defaultValue": "Landscape", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Landscape", "Portrait" ] }, { "name": "Access_info", "dataType": "GPBoolean", "displayName": "Access Info", "description": "Optional Access Info", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "island_selection", "dataType": "GPString", "displayName": "Island Areas", "description": "Island areas", "direction": "esriGPParameterDirectionInput", "defaultValue": "All", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "All", "Selected" ] }, { "name": "output_file", "dataType": "GPDataFile", "displayName": "Output File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }