漏洞
漏洞 ID 编号 | BUG-000147574 |
---|---|
已提交 | March 14, 2022 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.8.4 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | 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: BUG-000147574
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序