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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動