laptop and a wrench

漏洞

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

ArcGIS Pro
漏洞 ID 编号 BUG-000173232
已提交December 20, 2024
上次修改时间September 4, 2025
适用范围ArcGIS Pro
找到的版本3.4
操作系统Windows OS
操作系统版本10.0 64 Bit
修正版本3.5
状态Fixed

附加信息

This issue is addressed in ArcGIS Pro 3.5.

解决办法

  • 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.

重现步骤

漏洞 ID: BUG-000173232

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项