Skip to main content
Question

Is it possible to convert or export an ArcGIS Online/Portal web map into a pdf file in FME?

  • February 1, 2021
  • 2 replies
  • 73 views

aguan
Supporter
Forum|alt.badge.img+11

I would consider do this using ArcGIS python API, but wondering if FME can handle this, which would save me a lot of time and effort.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • February 1, 2021

Its likely you can do it with the ExportMap endpoint in the REST API.

https://developers.arcgis.com/rest/services-reference/export-map.htm

Easiest way to check this would be to monitoring you network activity (using the developer console in Chrome/Firefox) during a manual export from agol


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • February 2, 2021

Its likely you can do it with the ExportMap endpoint in the REST API.

https://developers.arcgis.com/rest/services-reference/export-map.htm

Easiest way to check this would be to monitoring you network activity (using the developer console in Chrome/Firefox) during a manual export from agol

@hkingsbury, thanks. Will take a look in this.