laptop and a wrench

Bug

When the layout file is exported, the map frames are blank, including those in other layouts within the same project.

ArcGIS Pro
Bug ID Number BUG-000173232
SubmittedDecember 20, 2024
Last ModifiedSeptember 4, 2025
Applies toArcGIS Pro
Version found3.4
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed3.5
StatusFixed

Additional Information

This issue is addressed in ArcGIS Pro 3.5.

Workaround

  • The map frames are visible when you export the layout through the Python window; use this script to do so. 

"##Export to PDF aprx = arcpy.mp.ArcGISProject("CURRENT") aprx.listLayouts() for lyt in aprx.listLayouts(): #**** ENTER THE LAYOUT NAME YOU WANT TO EXPORT INTO THE BRACKETS i.e. for lyt in aprx.listLayouts("Layout Name"): #Parameters: output name, resolution, image quality, compress vector graphics, image compression, embed fonts, layer attributes, georeference, jpeg compression, clip to elements, output as image, embed color profile #Image quality: "BEST", "BETTER", "NORMAL", "FASTER", "FASTEST" #Image compression: "ADAPTIVE", "DEFLATE", "JPEG", "LZW", "NONE", "RLE" #Layer attributes: "LAYERS_ONLY", "LAYERS_AND_ATTRIBUTES", "NONE" lyt.exportToPDF(f"C:\Temp\{lyt.name}.pdf", 150, "NORMAL", True, "ADAPTIVE", True, "LAYERS_ONLY", True, 80, False, False, False) print("Done")"

  • Use the Print Layout option as if printing on a printer, and on Printer Name and select 'Microsoft Print to PDF'. The layout is exported to PDF successfully.
  • Downgrade to ArcGIS Pro 3.3.x
  • Try the following workflow:
  1. Create a new project in ArcGIS Pro.
  2. Copy the map from your original project into the new project.
  3. Add a new layout in the new project.
  4. Instead of importing the old layout or copying it directly, manually copy all layout components (e.g., text, legends) from the original layout into the new one.
  5. Add a new map frame to the layout.
  6. Try exporting the layout to PDF.

Steps to Reproduce

Bug ID: BUG-000173232

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options