Convert mxd to pdf

Convert MXD to PDF

Export ArcMap MXD documents to PDF with ArcMap or ArcGIS Pro, including quality and data-source checks.

Make PDF files online

We can't read MXD files yet, so this conversion isn't available. If you can export your work to one of these formats - or others - we'll turn it into PDF:

How to convert mxd to pdf file

PDF is used when an ArcMap map must be sent to people without GIS software, printed at a defined page size, or retained as a fixed record. Exporting preserves the rendered map and layout, not the editable GIS document or its source data.

What MXD and PDF files contain

An .mxd file is an Esri ArcMap map document used in ArcGIS Desktop. It stores layer references, symbology, labels, map and layout settings, and page elements such as legends, scale bars, titles, and north arrows.

An MXD normally does not contain its referenced GIS data. It may point to shapefiles, file geodatabases, rasters, enterprise geodatabases, or network locations. If those paths are unavailable, ArcMap displays broken layers and cannot export them correctly.

A PDF is a portable document format for viewing, printing, and archiving. GIS exports can retain vector text and linework for sharp output, while imagery, transparency, and complex symbols may be stored as raster content. ArcMap can optionally create a layer-enabled, attribute-enabled, or georeferenced PDF.

Export an MXD with ArcMap

ArcMap is the native application for rendering an existing MXD. ArcGIS Desktop was retired on March 1, 2026, but installations that remain available can still be used to export existing documents.

  1. Open the .mxd in ArcMap.
  2. Check the Table of Contents for red exclamation marks. For each broken layer, right-click it and select Data → Repair Data Source.
  3. Use Layout View when the PDF must include page elements. Data View exports the active data frame rather than a complete page layout.
  4. Select File → Export Map.
  5. Choose PDF, specify a filename such as map.pdf, and set the output resolution. Use 300 dpi for most print PDFs; increase it only when raster imagery or very small symbols need more detail.
  6. In the PDF options, enable map layers and feature attributes only when recipients need those functions. Enable georeferencing only for use in GIS or geospatial-PDF software.
  7. Export the file and inspect it at full zoom for missing layers, substituted fonts, clipped labels, and incorrect page dimensions.

Layer controls, feature attributes, and geospatial information are not reliably available in browser PDF viewers. Test such files in Adobe Acrobat Reader or Acrobat.

Use ArcGIS Pro for migration and export

ArcGIS Pro does not edit MXD files directly. In the Catalog pane, browse to the MXD, right-click it, and use Import and Open; Pro creates content in an .aprx project. Review the imported map and layout, because ArcMap-specific symbols, styles, labels, and unsupported elements can require changes.

Export the resulting layout through Share → Export Layout, select PDF, configure resolution and PDF options, and export. Save the migrated project as an .aprx if it must remain editable.

Automate ArcMap exports

Existing ArcMap installations can batch-export MXDs with the legacy arcpy.mapping module:

import arcpy
mxd = arcpy.mapping.MapDocument(r"C:\Maps\map.mxd")
arcpy.mapping.ExportToPDF(mxd, r"C:\Maps\map.pdf", resolution=300)
del mxd

Run this with the Python environment installed with ArcMap. A batch process must have access to every dataset, font, style, database connection, and network path used by each MXD.

Compatibility and quality limits

Missing fonts cause font substitution, which can move labels or make layout text overflow. Install the original fonts before export when annotation placement matters.

Transparency, blend modes, detailed marker symbols, and large aerial images can increase PDF size or rasterize portions of the page. Use suitable JPEG compression or lower image resolution for imagery when file size is more important than maximum image detail; keep vector output for text and linework where possible.

Do not use generic online file converters for MXD files. They cannot reliably resolve referenced datasets, ArcMap styles, fonts, or layout rules, and uploading an MXD can disclose dataset paths and map metadata. There is no reputable browser-based substitute for ArcMap or ArcGIS Pro for faithful MXD rendering.

A PDF is not an archive of the editable map. Preserve the MXD or migrated APRX with its geodatabases, shapefiles, raster files, style files, fonts, and connection information when the map must be reproduced.

MXD vs PDF: format comparison

How the MXD and PDF formats compare on the properties that matter most for this conversion.

Comparison of the MXD and PDF file formats
Property .MXD ArcGIS Map Document .PDF Portable Document Format
Open standard No Yes
Compression — Both
Typical file size Large Medium
Opens in a web browser No Yes, natively
Further editing Limited Limited
Metadata support Extensive Extensive
Plain-text readable No No
Best used for Editing and post-production Publishing
Introduced 1999 1993
Developer Esri Adobe Systems (now Adobe Inc.); standardized by ISO
MIME type — application/pdf

The database currently does not contain any direct mxd file converter links.

Additional formats for
mxd file conversion

Convert to pdf from
other formats

Share on social media: