laptop and a wrench

Bogue

Exporting a range of pages (with an SDE data source) is slower in ArcGIS Pro than in ArcMap.

Dernière publication: April 23, 2022 ArcGIS Pro
Numéro d’ID de bogue BUG-000147574
EnvoiMarch 14, 2022
Dernière modificationJune 5, 2024
S’applique àArcGIS Pro
Version trouvée2.8.4
Système d’exploitationWindows OS
Version du système d’exploitation11.0 64 bit
StatutFixed

Solution de contournement

Export the page range via ArcPy (Python) instead.

Use the following code to export:

##Export Page Range Map Series to PDF

aprx = arcpy.mp.ArcGISProject("CURRENT")

lyt = aprx.listLayouts()[0]

ms = lyt.mapSeries

start = time.time()

ms.exportToPDF(f"C:\Temp\{lyt.name}.pdf", "RANGE", "1-10", resolution=300)

end = time.time()

print(f"{lyt.name} exported in {end - start} seconds")

print("Done")

Étapes pour reproduire

ID de bogue: BUG-000147574

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