David Mosenkis 3 Posted May 4, 2018 Share Posted May 4, 2018 I would like to implement a button in my dxp that lets web player users export selected pages to PowerPoint. I already have an IronPython script that lets the user specify which pages to export, and deletes all other pages. Is there a way I can call the web player javascriptDocument.exportToPowerPoint() function to display the wizard The users will be opening the file in web player directly with a URL (i.e. not from a web application). Link to comment Share on other sites More sharing options...
Sayali Patil Posted May 16, 2018 Share Posted May 16, 2018 Hello, It might not be possible to use the javascript API via the Analyst. To use the Document.Export method as you pointed out ,we would need to get access to the current Document ,which is not possible unless the document is loaded using one of the Application.open methods. Link to comment Share on other sites More sharing options...
Allison Hudak Posted March 3, 2020 Share Posted March 3, 2020 dmosenkis, Did you ever figure out a way to do this or did you give up Link to comment Share on other sites More sharing options...
David Mosenkis 3 Posted March 3, 2020 Author Share Posted March 3, 2020 I gave up. Link to comment Share on other sites More sharing options...
Rayees Wani Posted March 4, 2020 Share Posted March 4, 2020 TIBCO Spotfire JavaScript API is primarily intended to embed Spotfire visualizations and dashboards into web pages. Not sure if implementing the same from IronPython or text area javascript is a supported scenario. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now