Select to view content in your preferred language

GP Printing service 3.1 - Placeholder for copyright on template

731
1
03-18-2013 03:08 AM
PietaSwanepoel2
Frequent Contributor
The ArcGIS 10.1 GP printing service to templates allows for dynamic text placeholders in the published mxd.
The viewer print add-in has 6 values that can be set (title, author, copyright, template, format and scale)

The title and author is easily set. How do I define the placeholder for copyright on the mxd?
Assume it must be possible. Else, why would it be available as a setting?

Similar to the title placeholder
<dyn type="document" property="title"/>

I know I can code it but would like to use out of box function
0 Kudos
1 Reply
PietaSwanepoel2
Frequent Contributor
Found answer:

http://<myserver>/arcgis/sdk/rest/index.html?gptask.html

titleText replaces <dyn type="document" property="title">
authorText replaces <dyn type="document" property="author">
copyrightText replaces <dyn type="document" property="credits">
0 Kudos