ArcGIS – Setting Up ArcGIS Print Service for ArcGIS Online Account

arcgis-javascript-apiarcgis-onlineprinting

Can anyone tell me is it possible to setup an ArcGIS Print service with ArcGIS Online account? I could not find where to create one.

What I would like is to implement this feature:
https://developers.arcgis.com/javascript/jssamples/widget_print.html

It requires a print service. Something looks like:
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task

Best Answer

utility.arcgis.com hosts a print service that ArcGIS Online for Organization subscribers can utilize in their own JS API applications. you can see this service in action when you print in the AGOL Map Viewer.

http://www.arcgis.com/home/webmap/viewer.html?useExisting=1

Related Question