2
votes
3answers
134 views

Breaking a dynamic text line in data driven pages

I am using data driven pages and some of my dynamic text attributes are too long for my layout. Is there a way to break the line into 2 or more lines with out editing the data? Example: FROM Billy ...
2
votes
1answer
44 views

Displaying raster attributes on data driven pages

I have a feature class of 50 properties that are ranked. I have a photo for each property stored in a raster attribute column (in the feature class) called "Picture". I am trying to create a Dynamic ...
2
votes
1answer
138 views

How to clip data when using data driven pages in ArcMap 10?

I am working on a map book using data driven pages of the Silvies Valley in Northeastern Oregon. The basemap is a high resolution aerial image (raster) of Oregon with a shapefile overlay of USGS ...
3
votes
1answer
201 views

How do I programmatically export a single Data Driven Page to JPEG?

I am trying to write a python script to export a individual pages to a jpeg. I am getting the error "PageLayoutObject: Error in SetDataDrivenPageID". Can anyone see where I am going wrong? import ...
4
votes
1answer
88 views

Create polygon from page size

Is there an easy way to create a polygon that matches the data frame in my page layout? I'm trying to set up data driven pages and want to have it key off of polygons that frame the boundaries for ...