anay Posted August 13, 2015 Report Share Posted August 13, 2015 Hello, I have several hundred data driven MXDs that I would like to export to PDF all at once using Python. Right now I have to open each MXD and export each map series one by one; this takes a lot of time, as you might imagine. I have been looking for readily available code for this process on the internet and have found none (even on ESRI). I am no coder so your assistance would be greatly appreciated. Thank you, Ana Quote Link to comment Share on other sites More sharing options...
bdsmolla Posted August 14, 2015 Report Share Posted August 14, 2015 (edited) Hello Anay The following link could be useful for you. http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/ The easiest way to keep all your mxd files into you a single folder and in the script use the folder path as input and get list of mxd files for loop to make pdf. Thanks S. Molla Edited August 14, 2015 by bdsmolla Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.