Export to different output formats
November 09 2011 |
6 comments
Categories:
Publishing
Does a process or script exist allowing for the export of MXDs to multiple formats? I have 160 MXDs and need to output to PDF, PNG and EMF formats. I would like a tool or process that will allow me to export to these three formats. I have seen the tool for 'Export to PDF', but I need the other two formats as well.
Mapping Center Answer:
There are none already available that we are aware of, but writing an arcpy script would be the easiest route provided that you are running 10.0. There are ExportToPNG, ExportToEMF, and ExportToPDF commands available, and it would be a matter of writing a simple loop to access them all and each mxd. The only trick might be in the path to the mxd if they are located in multiple locations.
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s300000026000000
Here is the online help reference for ExportToPNG:
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/ExportToPNG/00s30000002s000000/
There's some nice .png symbols I would like to use; however, I understand that 10 does not support .png.
Is there any work around that would allow me to use .png files with 10?
Thanks,
Lyndy
If you would like to post a comment, please login.
An associated issue is that I am finding PDF exporting results are good, but PNG export results are missing fine line work that shows in the PDF and EMF (when each method is performed manually from File > Export Map).
Running 10.0 SP3.