ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Export Map Document

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Exports a map document to either PDF, Production PDF, or a map package.

Usage

  • When using MAP_PACKAGE as the export type, all the layers in the TOC must be sourced, and the map document properties must be filled out. For more requirements to export as a map package, see Package Map.

  • The PDF Setting File parameter is only used for exporting to Production PDF. The setting files installed can be found at <Installion Location>\ArcGIS\Desktop10.3.1\Styles.

Syntax

ExportMapDocument_defense (Input_Map_Document, Export_Type, {PDF_Setting_File})
ParameterExplanationData Type
Input_Map_Document

The path to the map document.

Note:

This needs to be an .mxd file and not a map document object.

ArcMap Document
Export_Type

Defines the type of export.

  • PDF —Exports into a standard PDF file.
  • PRODUCTION_PDF —Exports using a settings file that determines accurate color mappings for the PDF file.
  • MAP_PACKAGE —Exports a .zip file of the data and the MXD.
String
PDF_Setting_File
(Optional)

A PDF settings file. The XML files are installed in <Installation path>ArcGIS\\Desktop10.3.1\Styles.

File

Code sample

Export Map Document example (Python window)

The following code sample demonstrates how to execute ExportMapDocument.

from arcpy import defense,CheckOutExtension,CheckInExtension

# Checking out Defense Mapping extension
CheckOutExtension('defense')

# Setting variables used in the tool
mapDocument=r'C:\Testing\V795X16573.mxd'
exportType="PRODUCTION_PDF"
pdfSettingsXML=r'C:\Program Files (x86)\ArcGIS\Desktop10.3\Styles\MGCP_Production_PDF.xml'

# Calling Export Map Document tool
defense.ExportMapDocument(mapDocument,exportType,pdfSettingsXML)

# Checking in Defense Mapping extension
CheckInExtension('defense')

Environments

  • Current Workspace
  • Scratch Workspace
  • Extent

Licensing information

  • ArcGIS Desktop Basic: No
  • ArcGIS Desktop Standard: Requires Defense Mapping
  • ArcGIS Desktop Advanced: Requires Defense Mapping

Related topics

  • An overview of the Utilities toolset

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2017 Esri. | Privacy | Legal