How to Convert a SharePoint Document to PDF
PDFs are the format for read-only, fixed-layout, distribution-ready documents. Knowing when (and when not) to convert matters.
What it is
PDF (Portable Document Format) is a fixed-layout file format designed to look the same on every device, regardless of what software opened it. It’s the standard for documents you want to share without inviting edits — proposals, reports, signed contracts, brochures, anything you want to display rather than collaborate on.
Microsoft 365 makes converting to PDF easy. Word, Excel, and PowerPoint all have ‘Export as PDF’ or ‘Save as PDF’ built in. The result is a self-contained file that anyone can open in a browser, mobile device, or PDF reader. The trade-off is that PDFs aren’t designed for editing — they’re designed for distribution. Editing a PDF is possible but clunky compared to editing the original Word or PowerPoint file.
The most common mistake is converting too early. People create a Word document, immediately save as PDF, and then have no editable source when they need to make changes. Keep both: the editable Word/Excel/PowerPoint file as the source of truth, and the PDF as the distribution copy. When you need to update, edit the source and re-export.
When to use this
- When you’re distributing a final document and want to discourage editing.
- When you’re sharing externally with people who may not have Office.
- When the document needs to look exactly the same on every device.
- When you need to digitally sign or stamp the document.
How to do it
- Open the document in Word, Excel, or PowerPoint.
- Choose File → Export → Create PDF/XPS Document (or Save As → PDF).
- Check options: include markup, page range, image quality, accessibility tags.
- Save the PDF to the appropriate library — usually alongside or near the source file.
- Verify the PDF looks correct on multiple devices before distributing.
- Share the PDF link with viewers (don’t email the file as an attachment).
- Keep the editable source file accessible for future updates.
Best practices
- Always keep the editable source. The PDF is the output. The Word/Excel/PowerPoint file is the source. Don’t lose the source.
- Check accessibility before publishing. Headings, alt text, reading order. PDFs that aren’t accessible exclude users.
- Use consistent file naming. If your source is ‘Q3_Strategy.docx’, your PDF should be ‘Q3_Strategy.pdf’. Same root, different extension.
- Replace, don’t accumulate. When you publish a new version, retire the old PDF — don’t let multiple versions float around.
Common mistakes
- Losing the source file. ‘Where’s the editable Word doc?’ is the most common file-recovery question. Keep both.
- Distributing PDFs with sensitive metadata. Author name, comments, tracked changes, version history — PDFs can leak more than you think. Check before publishing.
- Treating PDF as a permanent format. PDFs are great for distribution but harder to update. Plan your editing workflow around the source file.
The SharePoint Essentials System is the most comprehensive end-user guide in the range. 7 modules, 35 slides covering navigation, libraries, views, lists, metadata, permissions, and decision trees — updated for the new 2026 SharePoint App Bar.
Get the Essentials System — $37 →FAQ
How do I convert a SharePoint document to PDF?
Open the file in Word, Excel, or PowerPoint. Choose File -> Save As and select PDF format. Save back to SharePoint. The PDF appears as a new file alongside the original. For bulk conversion, use a Power Automate flow that converts files on a schedule or when a Status column changes to ‘Approved’.
Can I convert multiple SharePoint documents to PDF at once?
Yes — via Power Automate, build a flow with the ‘Convert file’ action that loops over the library or a filtered subset. Run on demand, daily, or trigger when files reach a specific status. For one-off batch conversions, third-party tools like Encodian also work.
Does converting to PDF lose Office formatting?
Mostly no — Word, Excel, and PowerPoint export to PDF with high fidelity. Some specific formatting can shift (complex Excel print layouts, embedded animations in PowerPoint). For mission-critical documents, always review the PDF before publishing or sharing.
Should I keep both the Office file and the PDF in SharePoint?
Depends on the use case. For policy documents that need to be locked from editing post-publication, keep PDF as the public version and the Office file as the source. For working documents, just keep the Office file — anyone needing a PDF can export on demand. Don’t duplicate content unnecessarily.