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
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:
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:
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!