I have a QS dashboard which we embed in our application. While it’s possible to generate pdf’s while inside the QS platform, it seems that it’s not possible to do it from the embedded dashboard. Is there a reason for this? Can I do something to enable this?
If i am not mistaken, when it is embedding, there is option to enable the feature in embedding SDK : ‘export’ under toolbarOptions, the default is disabled, so you specifically have to enabled this option when you embed the dashboard.
1/ GenerateEmbedUrlForRegisteredUserRequest : This will return the embedding url.
2/ Using the embedding Javascript SDK you would embed the url into your application. As @Deep said, you control the export using the embedding SDK.