Convert PowerPoint to PDF

Converting PowerPoint to PDF captures each slide as a fixed page — same proportions as the slide, fonts embedded, animations resolved to their final state — so the deck can be shared with people who do not have PowerPoint. The exporter can also produce notes pages (slide plus speaker notes) and handouts (several slides per sheet). This page covers PowerPoint's own export, the LibreOffice command line, and print to PDF, with the slide-size details that trip people up.

Why there is no one-click converter on this page

Rendering a .pptx requires PowerPoint's drawing engine — SmartArt, WordArt, theme effects, chart rendering, slide masters — which no browser contains. In-page "converters" you may have seen elsewhere upload your deck to a server; this site does not upload files, so it gives you the reliable local methods instead.

Disclosure: this page contains affiliate placeholder links. If they were live, we could earn a commission at no extra cost to you.

AFFILIATE PLACEHOLDER: Recommended desktop PDF suite (placeholder link)

How to convert PowerPoint to PDF (step by step)

Method 1 — Export from PowerPoint (slides, notes, or handouts)

  1. Open the deck and check Design > Slide Size. A widescreen deck is 13.333 × 7.5 inches; the PDF pages will have exactly these proportions.
  2. Windows: File > Export > Create PDF/XPS Document > Create PDF/XPS. Mac: File > Save As, format PDF.
  3. Click Options and set Publish what: Slides (one slide per page, the default), Notes Pages (slide above, speaker notes below — the rehearsal/review format), or Handouts (2, 4, or 6 slides per sheet with optional lines for notes). You can also restrict the slide range and include or exclude hidden slides.
  4. Click Publish and check the result — particularly any slide using fonts the machine might not have.

Method 2 — LibreOffice Impress, including headless CLI

  1. Open the .pptx in Impress and use File > Export As > Export as PDF; the dialog can include notes and control image compression.
  2. Or convert from the terminal without any window: soffice --headless --convert-to pdf deck.pptx — and a whole folder with soffice --headless --convert-to pdf *.pptx --outdir out/.
  3. Review slides that use PowerPoint-only features (Morph transitions, some SmartArt layouts, theme-specific effects); Impress draws their final state with its own engine and can differ in shadows, gradients, and text wrapping.

Method 3 — Print to PDF

  1. Press Ctrl+P / Cmd+P in PowerPoint and choose the PDF printer (Microsoft Print to PDF, or the macOS PDF dropdown).
  2. Pick the layout under Settings — Full Page Slides, Notes Pages, or a handout grid — and mind the paper size: printing forces slides onto A4/Letter, adding white margins around 16:9 slides.
  3. Save. Hyperlinks on slides are usually lost by this route; use Method 1 if links must stay clickable.

How it works

A .pptx is a ZIP of XML: one part per slide, plus slide layouts, slide masters, themes, and media. Unlike a Word document, a slide has no pagination problem — its size is fixed — but everything on it is resolved through an inheritance chain: a placeholder on a slide takes properties from its layout, which takes them from the master, which takes colors and fonts from the theme. The exporter walks that chain, renders every shape, SmartArt graphic, and chart to drawing operators, and writes one PDF page per slide at the slide's exact dimensions — which is why a 16:9 deck yields 960 × 540 point pages rather than A4.

Dynamic content has to be flattened. Animations and builds are recorded in the XML as effect sequences, but a PDF page has a single static state, so the exporter renders each slide as if every build had completed. Videos become their poster frame; transitions vanish entirely. Speaker notes live in separate notes-slide parts, which is why they only appear if you explicitly choose Notes Pages — the notes page is a different rendered layout, not an annotation on the slide.

Fonts follow the same subsetting rules as any PDF export: glyphs actually used are embedded so the deck renders identically everywhere. The classic failure is exporting a deck built with a corporate font on a machine that lacks it — the substitute font has different widths, text rewraps inside boxes, and carefully aligned slides shift. Export where the fonts are installed, or embed them in the file first (File > Options > Save > Embed fonts, Windows PowerPoint only).

Worked example: a 32-slide sales deck

A 32-slide widescreen deck (48 MB .pptx — heavy because of two embedded videos and 20 photos) exported three ways. As Slides, the PDF came out at 9.2 MB in 7 seconds: the videos collapsed to poster frames and PowerPoint downsampled photos to 220 PPI. As Notes Pages, 32 portrait pages at 10.1 MB, each with the slide at top and the presenter's notes beneath — the version sent to the customer-facing team. As Handouts, 4 slides per page, an 8-page, 6.6 MB review copy.

One practical check paid off: slide 17 used the corporate font "GT Walsheim", which was missing on the laptop doing the export, and the first PDF showed rewrapped bullet text. Re-exporting from a machine with the font installed fixed it — a 30-second fix that is much harder to spot after the PDF has been sent. Page dimensions confirmed the 16:9 rule: 960 × 540 points, not A4.

PowerPoint to PDF — frequently asked questions

How do I convert PowerPoint to PDF with speaker notes included?

In PowerPoint's export dialog, click Options and change Publish what from Slides to Notes Pages. Each PDF page then shows the slide on top with your notes underneath, which is the standard format for rehearsal copies and reviewer handouts.

Why does my slide PDF have odd page dimensions?

PDF pages take the slide size, not a paper size: a 16:9 deck exports as 13.333 by 7.5 inch pages, which is wider than A4 or Letter. Viewers display this fine; only when printing should you enable fit-to-page in the print dialog.

Do animations and transitions survive in the PDF?

No. A PDF page is static, so each slide is captured in its final state with every build step completed and all transition effects dropped. Embedded videos become a still poster frame.

Can I convert a PowerPoint file to PDF without PowerPoint?

Yes. LibreOffice Impress opens .pptx files and exports PDF, and the command soffice --headless --convert-to pdf deck.pptx does it without opening a window. Check slides that use newer PowerPoint effects like morph, since Impress renders their end state slightly differently.

How do I put several slides on one PDF page?

Choose Handouts in PowerPoint's publish options and pick 2, 4, or 6 slides per page. Alternatively export one slide per page and run the result through an N-up tool to lay slides out on shared sheets.

Why do fonts look different in the exported PDF?

The deck probably uses fonts that are not installed on the exporting machine, so a substitute with different metrics was used and text may rewrap. Export from a machine that has the fonts, or embed fonts in the file first via PowerPoint's save options on Windows.

Related tools