SnapPDF + OneDrive
Right-click actions, same as Google Drive.
OneDrive integration is the Microsoft Graph sibling of our Drive add-on. Install from Microsoft AppSource (launching Q3 2026). Right-click any PDF in OneDrive or SharePoint → Apps → SnapPDF. Supports both personal OneDrive and SharePoint document libraries. Business tier gets tenant-wide install with policy controls.
What you can build
- Right-click context menu ops on .pdf files.
- SharePoint document library support.
- Power Automate action (native "SnapPDF" connector on the horizon).
- Compliance labels preserved through processing.
- Audit log integration with Microsoft Purview.
Setup
- 01Wait for launchQ3 2026 (August) via Microsoft AppSource.
- 02Tenant installIT admin installs from AppSource → choose specific users or tenant-wide.
- 03OAuth linkFirst use, user links their SnapPDF account via OAuth. SnapPDF gets `Files.ReadWrite` scope on files they explicitly select.
- 04Try a right-click opIn OneDrive web or desktop, right-click a PDF → Open → SnapPDF → pick op.
Code example
Power Automate / Graph API flow that our integration wraps.
POST https://graph.microsoft.com/v1.0/me/drive/items/{item-id}/content
downloads the PDF bytes
POST https://api.snappdf.dev/api/v1/compress
Authorization: Bearer sk_live_...
body: { file: <pdf>, level: "high" }
PUT https://graph.microsoft.com/v1.0/me/drive/items/{parent-folder-id}:/compressed.pdf:/content
uploads result back to OneDriveKnown limits
- · Launch in Q3 2026.
- · SharePoint On-Premises not supported.
Pricing notes
Preview free on any plan once available. GA pricing TBD.
Available from the Free plan.
FAQ
Launch date?
Q3 2026 (August) targeted.
Will this work in SharePoint On-Premises?
No — Microsoft Graph / OneDrive cloud only.
MIP labels?
Preserved through processing. Label policies that block "save as" will prevent our integration too.
Power Automate connector?
Listed as "coming soon" on Microsoft's connector request board.
Chinese 21Vianet cloud?
Not at GA; roadmap item.