Converting Word Documents to PDF with Azure Functions, SharePoint & Microsoft Graph

A complete walkthrough with PnP Core SDK and REST-based Graph integration GitHub repo: https://github.com/greian/AzureFunctions.ConvertToPdf Why I Built This In many SharePoint solutions, users expect documents to be available as PDF — whether for archiving, sharing, or publishing to external systems. Manually exporting every document is tedious, and Power Automate’s built-in convert-to-PDF action is slow, inconsistent, … Continue reading Converting Word Documents to PDF with Azure Functions, SharePoint & Microsoft Graph

Switching Between Different Versions of PnP.PowerShell

A guide for developers who need to work with older module versions Sometimes you update PnP.PowerShell to the latest version, and suddenly a script stops working. Maybe a cmdlet changed behavior, a regression was introduced, or you simply need to test something against an older SharePoint environment. I had a problem where version 3.1.0 of … Continue reading Switching Between Different Versions of PnP.PowerShell

How to Set Up an NPM Repository in Azure DevOps for Your SharePoint Framework Solutions

One of the most underrated productivity boosts in SharePoint Framework development is the ability to share reusable SPFx components across multiple projects. Instead of copying code between solutions or maintaining private Git repositories for shared code, the cleanest approach is: Publish reusable SPFx components as private NPM packages Host them in your Azure DevOps Artifacts … Continue reading How to Set Up an NPM Repository in Azure DevOps for Your SharePoint Framework Solutions