Create PDF Using Search and Range Wise.

1666
2
10-07-2015 01:52 AM
RajP
by
New Contributor

Hello,

I would like to create PDFs using Search by attributes and Range Wise attributes using Python Script.

Can anyone suggest me.

Regards,

Rengaraj P

0 Kudos
2 Replies
WesMiller
Regular Contributor III

Sounds like a select by attribute to get the intended attributes. Then select by location to get the page numbers of the index layer.

FreddieGibson
Occasional Contributor III

Range wise is available via the exportToPDF function of the datadrivenpages class.

DataDrivenPages

http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-mapping/datadrivenpages-class.htm

For the attributes could you explain what types of attributes you're needing to search for?