Jump to content

Can I access web player javascript API from IronPython or text area javascript


David Mosenkis 3

Recommended Posts

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

  • 2 weeks later...

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

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...