microsoft / SharePoint-Embedded-Samples

Welcome to the SharePoint Embedded samples repository. Here you will find client-side and server-side samples to help you get started building on SharePoint Embedded!
MIT License
41 stars 28 forks source link

Adds "Open as PDF" option to ContainerActionBar #65

Closed edlaver closed 1 month ago

edlaver commented 1 month ago

Hi @marcwindle! As discussed yesterday at the SharePoint Embedded London workshop, here's the PR for adding an "Open as PDF" option to the Container Action Bar:

image

It uses the format options file extension list from: https://learn.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http#format-options to determine if the drive item is PDF convertible or not.

Hope it helps!

edlaver commented 1 month ago

@microsoft-github-policy-service agree