不具合
| 不具合 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 Support アプリのダウンロード