Select to view content in your preferred language

Seeking Solution for Exporting Interactive PDFs in ArcGIS Experience Builder

112
1
3 weeks ago
Labels (1)
SantoshV
Emerging Contributor

Hi everyone,

I have a requirement to print/export maps to a PDF in my WebGIS application built using ArcGIS Experience Builder. While I see that the Print widget offers an option to export to PDF, the resulting PDF is not interactive.

Is there any way to implement an export to interactive PDF feature in ArcGIS Experience Builder? Any guidance or suggestions would be greatly appreciated!

Thank you!

0 Kudos
1 Reply
sxw_eaglegis
Esri Contributor

Hi SantoshV,

You should be able to do that using ArcPy. Are you using ArcGIS Online or ArcGIS Enterprise?

For ArcGIS Enterprise you could publish a custom print tool and change the code to add in the interactive PDF features. Can then just use the Print widget in Experience Builder.

If in ArcGIS Online, it might be a little trickier, would have to create your own python notebook and then publish that as a web tool to be called from the Analysis ArcGIS Experience Builder widget. Would require a bit of work to get that going, but I think it is possible. 

0 Kudos