{ "name": "Files", "displayName": "Copy a PDF file", "description": "This task, authored in a script tool, will copy the input PDF file. Please use a small PDF file, or an URL to a PDF file.", "category": "", "helpUrl": "http://sampleserver6.arcgisonline.com/arcgis/rest/directories/arcgisoutput/OtherGeoprocessingServices_GPServer/OtherGeoprocessingServices/Files.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_PDF", "dataType": "GPDataFile", "displayName": "Input PDF", "description": "An input PDF file. If you are testing using a web application or REST endpoint, you have to provide an URL to a PDF file. Upload capability is not available due to security concerns.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "pdf" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_PDF", "dataType": "GPDataFile", "displayName": "Output PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }