Wednesday, 2 September 2015

printing - Does ArcGIS online allow the use of ArcMap print templates?


The ArcGIS Server help page Publishing additional services for printing shows how to publish an MXD as a print template:



Navigate to Toolboxes > System Toolboxes > Server Tools > Printing. Double-click the Export Web Map tool. Click Geoprocessing > Results to display the Results window. Right-click the ExportWebMap result and click Share As > Geoprocessing Service.




These instructions seem to apply to ArcGIS Server only. How can I use a print template, derived from an MXD, within ArcGIS Online?


(The question Setting up ArcGIS Print service for ArcGIS Online account? shows that ArcGIS Online supports a print service, but doesn't confirm that ArcGIS Online supports a custom template derived from ArcMap.)



Answer



Currently you cannot publish a hosted print service to ArcGIS Online. The print service has to be coming from an ArcGIS Server.


Russ


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...