Hi,
Is there a way to export an embedded dashboard to PDF file?
Thanks!
Hi,
Is there a way to export an embedded dashboard to PDF file?
Thanks!
hi @amico,
There is icon on the toolbar to allow dashboard to export with PDF format. 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.
kind reagrds,
Wakana
Hi Guys , it doesn’t work for us for some reason, did it really work for you?
Hi All,
I’ve successfully implemented the functionality to **print and download QuickSight graphs as PDFs.
What Works:
Current Limitation:
Implementation Steps:
Created an API in .NET Controller using
AWS.SDK.QuickSight
, returning an embedUrl
.
Called this API from the UI and used
aws-quicksight-embedding
SDK to enable 'export' options = true'
.
Result: PDF export works seamlessly!
Question
Is there any workaround to print/download entire table data, including non-visible rows/columns?
Looking forward to any insights!
Thanks,
Basharat Mir
Software Engineer