laptop and a wrench

Erro

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

ArcGIS Pro
Número de ID do Erro BUG-000173281
EnviadoDecember 26, 2024
Última ModificaçãoApril 14, 2025
Aplica-se àArcGIS Pro
Versão encontrada3.4
Sistema OperacionalWindows
Versão do Sistema OperacionalN/A
StatusDuplicate

Informações Adicionais

Duplicate of BUG-000173232.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000173281

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download