I have simple print task using ESRI javscript API PrintParameters
, PrintTemplate
and printTask
. Its working fine. Its return URL like this:
http://sampleserver6.arcgisonline.com/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPServer/x_____x2Aoqp2xDc-wF9_eV5CU5-w..x_____x_ags_8e12cae972fe45ee848cc74d5e96178b.pdf.
But I need URL like this:
http://sampleserver6.arcgisonline.com/arcgis/rest/directories/arcgisoutput/Utilities/PrintingTools_GPServer/{CurrentDateTime}.pdf
format : CurrentDateTime = 20150806110602 (yyymmddhhmmss)
It is possible?
1 Answer 1
I'm pretty sure the default Print Service can't do this. You may be able to do this via arcpy and a custom print tool. You can see a sample here.
Explore related questions
See similar questions with these tags.