The purpose of this script is to bulk export data driven pages from ArcGIS. It generates output as JPG and/or PDF based on user input. This by inspired by an answer [the question about exporting data driven pages on GIS Stack Exchage] (http://gis.stackexchange.com/a/67520/27257).
- Open up cmd.exe (Command Prompt)
- Copy the location of where this script is located
- In the command prompt navigate to the directory containing this script:
cd <path to directory>
- In the command prompt run the script:
python ddp_export.py
- Follow the instructions.