How to Convert PowerPoint to PDF
From one slide per page to printable handouts with notes, the settings that decide how a deck lands as a PDF.
Quick summary
Quick answer: PowerPoint converts to PDF natively on Windows, macOS, and the web via File → Save As → PDF (Windows) or File → Export → PDF (macOS). Layout options let you pick full-slide, handouts (2, 4, 6, 9 slides per page), notes pages, or outline-only. Free alternatives include Mapsoft's PDF Hub, LibreOffice Impress, and command-line converters like libreoffice --headless --convert-to pdf.
You can also convert PowerPoint to PDF online for free using Mapsoft's PDF Hub — no installation required.
Why convert PowerPoint to PDF?
- Shareable handouts. A PDF renders identically on every device; a .pptx depends on PowerPoint or Keynote being installed.
- Printable multi-slide layouts. PDFs can compress 2, 4, 6, or 9 slides per page for concise handouts — far easier to print than a full-slide deck.
- Speaker notes preservation. Notes pages export to PDF with the slide above and notes below. Useful for reviewers and for personal reference.
- Fixed rendering. Fonts, animations, and transitions all resolve to a static layout. What you see in PowerPoint's print preview is what prints.
- Archival. Presentations are rarely recoverable 10 years later in their native format; PDF/A is a better long-term storage format.
Methods
Method 1 — PowerPoint on Windows
File → Save As, pick a location, and choose PDF (*.pdf) from the Save as type dropdown. Click Options before saving to control:
- Publish what: Slides, Handouts (with N slides per page), Notes pages, or Outline view.
- Slide range: All, current, or a custom range.
- Include hidden slides: Off by default.
- Frame slides: Adds a thin border around each slide in handout mode.
- Include comments and annotations: For reviewed decks.
- Optimise for standard or minimum size: Print-quality or web-optimised.
- ISO 19005-1 compliance (PDF/A): For archival output.
Method 2 — PowerPoint on macOS
File → Save As → File Format: PDF, or File → Export → File Format: PDF. The Export dialog exposes more options including handout layouts and notes pages. For simple slide-to-slide conversion the Save As path is quicker.
macOS also has system-wide Print-to-PDF from the Print dialog, which works with any application but produces less-structured output (no PDF bookmarks).
Method 3 — PowerPoint Online
PowerPoint Online (part of Microsoft 365) has File → Save As → Download as PDF. Fewer options than the desktop app — full-slide PDFs only, no handout layouts — but no installation required and works in any browser.
Method 4 — Online, free, no Microsoft account
Mapsoft's PowerPoint to PDF tool converts .pptx files in the browser without signing in. Good for one-off conversions on locked-down machines or when you're working with a deck that isn't yours.
Method 5 — LibreOffice Impress
LibreOffice Impress opens .pptx files and exports to PDF with File → Export as PDF. The dialog exposes fine control over compression, PDF/A levels, and bookmark generation. For batch conversion:
libreoffice --headless --convert-to pdf *.pptxconverts every .pptx in the current folder.libreoffice --headless --convert-to "pdf:impress_pdf_Export:ExportNotesPages=true" deck.pptxproduces a notes-pages PDF.
Layout options that matter
- Full slides are the default: one slide per page, full aspect ratio. Best for screen viewing or full-size printing.
- Handouts (2/3/4/6/9 per page) compress slides onto fewer physical pages. 3-per-page is popular because it leaves space for notes alongside each slide. 6- and 9-per-page are for quick overviews.
- Notes pages put the slide above and the speaker's notes below. Essential if the notes contain content that isn't visible on the slide — data sources, citations, talking points.
- Outline view exports the deck's text outline only. Useful for review, indexing, or turning a deck into a written document.
- Orientation. If your deck is 16:9 and you're printing A4 portrait, the slides will be small with wide margins. Consider changing slide size to match paper before exporting, or switch to a handout layout.
Common issues
- Animations and transitions disappear. PDF is a static format; slide animations don't translate. If a slide's meaning depends on the animation (reveals, builds), consider duplicating it with each step on a separate slide before converting.
- Video and audio are stripped. Embedded media doesn't transfer to PDF. Either document the media's role in speaker notes, or use PowerPoint's "Create a Video" feature for decks where the media is essential.
- Embedded fonts missing. PowerPoint doesn't embed fonts by default. In File → Options → Save, enable "Embed fonts in the file" before the PDF conversion.
- Large file size. Image-heavy decks produce large PDFs. PowerPoint's Compress Pictures feature (select an image → Picture Format → Compress Pictures) shrinks images before export. For the final PDF, run a compression pass — see our PDF file size guide.
- Slide numbers missing. PowerPoint's slide numbers only appear if enabled in slide master. If the PDF needs page numbers, add them via Acrobat's header and footer tool after conversion.
Frequently Asked Questions
How do I convert PowerPoint to PDF with notes?
In PowerPoint's Save As PDF dialog, click Options and set "Publish what:" to Notes Pages. The result is one PDF page per slide, with the slide on top and speaker notes below.
Can I put multiple PowerPoint slides on one PDF page?
Yes. In the Save As PDF Options dialog, pick Handouts as "Publish what" and choose 2, 3, 4, 6, or 9 slides per page. The result is a printable handout layout.
Will animations survive PDF export?
No. PDF is static. Animations and transitions are lost — only the final state of each slide is captured. If animations are essential, export as a video (File → Export → Create a Video) rather than PDF.
How do I convert PowerPoint to PDF without PowerPoint?
LibreOffice Impress (free, offline) opens .pptx and exports to PDF. Online tools like Mapsoft's PowerPoint to PDF work without any Microsoft account. PowerPoint Online also converts but requires a free Microsoft account.
Related Articles
How to Convert PDF to PowerPoint
The reverse operation — turn a PDF back into editable PowerPoint slides.
How to Reduce PDF File Size Without Losing Quality
Image-heavy presentations produce large PDFs. This post covers how to compress them for email and web distribution.
How to Add Headers and Footers to a PDF
Add page numbers or dates to a deck-as-PDF after conversion.