Hi,
I am working in Arcpy and writing code a GP service that also generates maps using Printing service. I want to print FeatureLayers with labels. I understand when printing from a Web, the labels are submitted to print server separately as annotations in the case of FeatureServer , However I don't have a map since all my work is being done offline inside a GP service python code. Is it possible to generate Labels features if I have features in Featureset and also the Renderer with LabellingInfo containing label expression? Then I can make them part of my Web map JSON when requesting a map. Has anyone done this before?
thanks,
Imran