laptop and a wrench

不具合

Exporting a layout to PDF results in a blank map with only text boxes and layout elements appearing in the exported file.

ArcGIS Pro
不具合 ID 番号 BUG-000173281
送信されましたDecember 26, 2024
最終更新日April 14, 2025
適用対象ArcGIS Pro
見つかったバージョン3.4
オペレーティング システムWindows
オペレーティング システムのバージョンN/A
ステータスDuplicate

参考情報

Duplicate of BUG-000173232.

対処法

  • Save the layout as a layout file, then import the saved layout file into a new project or a different existing project.
  • Export using the arcpy.mp functions, which generates a successful export; example code: "##Export to PDF import time aprx = arcpy.mp.ArcGISProject("CURRENT") aprx.listLayouts() for lyt in aprx.listLayouts(): #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" start = time.time() lyt.exportToPDF(f"C:\Temp\{lyt.name}.pdf", 150, "BEST", True, "ADAPTIVE", True, "LAYERS_ONLY", True, 80, False, False, False) end = time.time() print(f"{lyt.name} exported in {end - start} seconds") print("Done")".

再現の手順

不具合 ID: BUG-000173281

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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