DATA DRIVEN PAGES - Convert Dynamic to Static Text

512
1
Jump to solution
12-14-2012 05:28 AM
ArielleSimmons
New Contributor
Okay....I don't get what I'm missing here.

I have a series of 23 E-size maps of different counties...and I want to use Dynamic Text in the Legend and Title box to appropriately label the county name and different legend elements.

Problem is when I export to Pdf the dynamic text disappears (in ArcGIS help I found out why...but no suitable solution).

Is there a way to convert dynamic text to static???
0 Kudos
1 Solution

Accepted Solutions
JeffBarrette
Esri Regular Contributor
If you are using Python all you simply need to do is reference the text element using arcpy.mapping.ListLayoutElements and then reset its .text property to overwrite the dynamic tags.

I'm curious about the problem of dynamic text disappearing during PDF export.  What issue and what help topic addresses it?

Jeff

View solution in original post

0 Kudos
1 Reply
JeffBarrette
Esri Regular Contributor
If you are using Python all you simply need to do is reference the text element using arcpy.mapping.ListLayoutElements and then reset its .text property to overwrite the dynamic tags.

I'm curious about the problem of dynamic text disappearing during PDF export.  What issue and what help topic addresses it?

Jeff
0 Kudos