Embedded dashboard - export to PDF

Hi,

Is there a way to export an embedded dashboard to PDF file?

Thanks!

1 Like

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

2 Likes

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.

:small_blue_diamond: What Works:

  • All QuickSight graphs can now be printed and downloaded as PDFs.

:small_blue_diamond: Current Limitation:

  • While exporting tables, only the visible portion gets converted to PDF.
  • If a table has multiple columns/rows, scrolling is required to view the full data, but QuickSight does not yet support exporting the entire table into a PDF.

:small_blue_diamond: Implementation Steps:
:one: Created an API in .NET Controller using AWS.SDK.QuickSight, returning an embedUrl.
:two: Called this API from the UI and used aws-quicksight-embedding SDK to enable 'export' options = true'.
:three: Result: PDF export works seamlessly! :white_check_mark:

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