laptop and a wrench

Bogue

Exporting a map layout from ArcGIS Pro 3.4 to PDF results in a blank page.

ArcGIS Pro
Numéro d’ID de bogue BUG-000173108
EnvoiDecember 17, 2024
Dernière modificationSeptember 8, 2025
S’applique àArcGIS Pro
Version trouvée3.4
Système d’exploitationWindows OS
Version du système d’exploitation11.0 64 bit
Version de correction3.5
StatutFixed

Informations supplémentaires

This issue is addressed in ArcGIS Pro 3.5.

Solution de contournement

Delete the empty map frames from all the layouts in the project (any map frame with the map property set to None), you must be able to export successfully. Or, export the layout using ArcPy.MP, which does generate a successful export.

An 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")

Étapes pour reproduire

ID de bogue: BUG-000173108

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement