1

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?

asked Aug 6, 2015 at 5:40

1 Answer 1

2

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.

answered Aug 6, 2015 at 18:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.