Bogue
| Numéro d’ID de bogue | BUG-000147574 |
|---|---|
| Envoi | March 14, 2022 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 2.8.4 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 11.0 64 bit |
| Statut | Fixed |
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")
ID de bogue: BUG-000147574
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support