Docento.app Logo
Docento.app
Code editor on a dark theme
All Posts

How to Convert PowerPoint to PDF for Sharing, Printing, and Archiving

April 27, 2026·8 min read

Exporting a PowerPoint deck to PDF is one of the most common document conversions in the world. PDFs are universal, locked-down, easy to email, and look the same everywhere, exactly what you want when sharing a deck with people who do not have PowerPoint or who might inadvertently change your slides. The default "Save as PDF" is usually good. The non-default settings, and the ones you forget, are where decks go wrong. This guide covers the practical workflow.

Why convert PowerPoint to PDF

A few reasons that come up regularly:

  • Readability across devices. Some PowerPoint features render differently on Mac vs Windows vs mobile. PDF normalizes.
  • Email size. PDFs are often smaller than the source .pptx when fonts are subset and images are downsampled.
  • No accidental edits. Recipients cannot reformat slides; the file looks the same on every screen.
  • Print-ready. Conference handouts, board packets, regulatory submissions usually require PDF.
  • Archival. Long-term storage prefers stable, format-locked files. See PDF/A archival format explained.

The simple path

For most decks, the workflow is:

  1. File → Save As → PDF (.pdf)
  2. Choose a location
  3. Click Options... for the important settings
  4. Click Save

In PowerPoint for Mac: File → Save As → File Format: PDF.

On macOS, File → Print → bottom-left dropdown → Save as PDF also works, and sometimes produces cleaner output for complex slides.

Options you should actually look at

In the Save As dialog, click Options:

  • Range: All / Current slide / Slides X to Y. Useful for sending a subset without separately splitting the file later.
  • Publish what: Slides / Handouts / Notes Pages / Outline view. For audience handouts with multiple slides per page, choose Handouts and pick "6 slides per page" or "3 with note lines". For speaker reference with talking points, Notes Pages.
  • Include comments: Off by default. Turn on if reviewers added comments you want to preserve.
  • Frame slides: Adds a thin border around each slide. Useful for handouts; usually not for full-page slides.
  • Include hidden slides: Off by default. Off is usually right, hidden slides are hidden for a reason. Turn on only if exporting an archive copy.

These settings make the difference between a polished export and an awkward one.

Resolution and image quality

PowerPoint compresses images on save unless you tell it not to. For a deck destined for projection or print:

  1. File → Options → Advanced → Image Size and Quality
  2. Default resolution: set to 220 ppi for high-quality print, 150 ppi for screen, or High fidelity (no compression) for archival.
  3. Check Do not compress images in file if you want maximum quality.

Then export to PDF. Image-heavy decks especially benefit from this setting.

Fonts: embedded vs not

When you send a .pptx to someone without your fonts, slides reflow. When you export to PDF, fonts are embedded (subset) by default, so the recipient sees exactly what you saw.

To verify font embedding:

  1. File → Options → Save → Embed fonts in the file
  2. Choose "Embed all characters" for maximum portability (slightly larger file) or "Embed only the characters used" (smaller file, no editing).

PowerPoint's PDF export embeds font subsets automatically; this setting matters more for .pptx sharing.

Handouts: multiple slides per page

For audience materials, handouts are the killer feature:

  1. File → Save As → PDF
  2. Click Options
  3. Publish what: Handouts
  4. Slides per page: 2, 3, 4, 6, or 9
  5. Order: Horizontal or Vertical (how the slides flow on the page)
  6. Click OK → Save

3 slides per page is the classic conference handout, large enough to read, with note lines next to each slide. 6 per page is a compact reference. 9 is sometimes used for "thumbnail" overviews.

Notes pages: speaker reference

For your own use during a presentation, or for distributing speaker notes:

  1. Publish what: Notes Pages
  2. Each slide gets its own page with the slide image at the top and your speaker notes below.

Hand these to a remote presenter and they have everything they need, slide visuals plus what to say.

Animations and transitions

PDFs are static. Animations and transitions disappear in the export.

Strategies for animated decks:

  • Build out animations into multiple slides. Each step of an animation becomes its own slide; the PDF shows the full progression.
  • Export to video instead. File → Export → Create a Video produces an MP4 that preserves animation. Useful for sharing with someone who needs the dynamic version.
  • Note in the deck which slides are animated, with a static representation of the final state.

Linked content

Hyperlinks in PowerPoint export to clickable links in the PDF by default. Test before sharing, sometimes specific link types (like links to other slides) get translated awkwardly.

Embedded videos and audio do not survive the export. The slide shows the placeholder image; clicking it does nothing. For video-heavy decks, the MP4 export is the better choice.

Section breaks and bookmarks

PowerPoint sections (the way you organize a long deck into logical chunks) translate into bookmarks in the PDF in some export paths. To verify:

  1. Open the resulting PDF
  2. Look for a bookmarks panel
  3. If absent and you want them, use a PDF tool to add bookmarks post-export

For section-driven navigation in a long deck, this is worth the effort.

Speaker notes: include them or strip them

By default, speaker notes are NOT included when you export as "Slides". They ARE included when you export as "Notes Pages".

This matters for confidentiality: if your notes contain reviewer feedback, internal commentary, or anything sensitive, double-check which export type produced the PDF you are about to send.

To strip notes from a deck before exporting:

  1. File → Info → Inspect Document → Inspect
  2. Find Presentation Notes and click Remove All
  3. Save the file as a new copy
  4. Export to PDF

This is the safe path for client-facing decks.

Common gotchas

Fonts replaced. If you use a font PowerPoint cannot embed (some licensed fonts forbid embedding), slides reflow. Check the PDF text rendering against the source.

Custom colors look different. Brand colors set in PowerPoint may render slightly differently in the PDF, especially on output destined for print. For brand-critical decks, define colors in a consistent color space and validate.

Slide background lost. Decks with full-bleed background images sometimes show a thin white border in the PDF if the master slide's background is set incorrectly. Adjust the slide master before exporting.

Page size mismatch. A deck designed at 16:9 may export to a 4:3 PDF if PowerPoint's print settings are mismatched. Confirm slide size in Design → Slide Size before exporting.

Large file size. Image-heavy decks produce large PDFs. After export, reduce file size if email-bound.

Animations baked into images. Some PowerPoint animations export by flattening the final state into the slide; the in-between steps are lost. If you need the steps, build them as separate slides.

Post-export: combine with other materials

A board presentation is rarely just a deck. After exporting the slides to PDF:

All of these can be done in Docento.app in the browser.

Alternative tools

If PowerPoint is not available:

  • Google Slides, File → Download → PDF Document. Good fidelity; minor font issues if your Google account does not have the same fonts.
  • Keynote, File → Export To → PDF. Excellent rendering on Mac.
  • LibreOffice Impress, opens .pptx, exports to PDF. Sometimes slightly different visual rendering; usually acceptable.
  • OnlyOffice, similar to LibreOffice, modern UI.

For multi-deck batch processing, scripting via the PowerPoint COM API on Windows or python-pptx plus LibreOffice headless on Linux works.

Takeaway

Converting PowerPoint to PDF is reliable once you set the right options: include comments only when wanted, choose handouts for audience materials, choose notes pages for speaker reference, and decide whether to include hidden slides and notes. Image-heavy decks deserve a quick image-quality setting check first. Once exported, normal PDF tools handle the rest, merge with reports, add page numbers, sign, share. For browser-based finishing touches like adding bookmarks or combining the deck with other materials, Docento.app lets you do that without installing anything.

Related Posts