Exporting ArcGIS Layout Using Python Window

preview_player
Показать описание
Using python window to export map layout. This may be a workaround if the export tool from the "Share" ribbon takes a long time.
Рекомендации по теме
Комментарии
Автор

arc shut down every time I tried to export an image/pdf, this saved my project 🙏 many thanks

finalfantasyVIII
Автор

is there a way to automatically send arcgis pro pdf's maps to a specific folder using this python code? Thats my goal right now and hopefully this video helps a little. Thanks!

chrisr.
Автор

Thank you for this, How would you automate exporting many maps but using the same layout?

alberthchavez
Автор

Use r"<Path to file>" and the r is to use "raw" strings, which gets rid of the need to replace the backslashes or special characters.

michealkinney