Convert PowerPoint Slides Into a Text PDF Handout

Reads the slide text out of a .pptx file with JSZip and lays it out as a clean widescreen handout with jsPDF. This produces a readable text document, not a visual copy of your deck.

About the PowerPoint to PDF Converter

Set expectations first, because this conversion is narrower than most people assume. A .pptx file is a ZIP archive containing one XML file per slide, and this tool opens that archive, reads the text from each slide in order, and typesets it onto its own page. The result is a handout: the words from your deck, in slide order, in a clean layout you can read or print.

What it does not carry across is everything that is not text. Images, charts, shapes, diagrams, colours, your theme, animations and speaker notes are all absent from the output. A slide consisting of a single photograph with no caption will produce a page saying so explicitly rather than a blank one. If you need a PDF that looks like your presentation, PowerPoint's own export is the right tool; if you need the content in a readable, lightweight, sendable form, this is faster and involves no upload.

Key Features

  • Reads the .pptx archive directly: JSZip opens the file and the slide XML is parsed in order, so slide 2 follows slide 1 regardless of how the archive stores them internally.
  • Widescreen page format: Pages are built at 720 by 405 points in landscape — the 16:9 proportion modern decks use — so the handout matches the shape people expect.
  • Titles are set apart: The first block of text on each slide is typeset in bold at a larger size, with the remaining content beneath it, which reproduces the sense of a title and body without any theme information.
  • Numbered pages with a header rule: Each page carries a slide number and a coloured bar across the top, making a printed handout easy to follow alongside a live presentation.
  • Text is wrapped, not clipped: Long lines are broken to fit the page width rather than running off the edge.
  • Converted without disclosure: JSZip and jsPDF both run in the tab from copies held on this domain, so an unreleased deck is never handed to a conversion service.

How to Use the PowerPoint to PDF Converter

  1. Add the .pptx file you want to convert.
  2. Press Convert to PDF and watch it work through the slides.
  3. Download the handout, which takes the name of the presentation.
  4. Check any dense slides — very long ones may not fit a single page.

How It Works

Slide text is collected from the text elements in each slide's XML in the order they appear in the file. That order follows the way shapes are stored rather than how they are arranged visually, so a slide with two side-by-side text boxes may interleave their content in a way that reads oddly. Slides with a straightforward title and bullet structure convert cleanly; complex layouts need a read-through afterwards.

There is a vertical limit. Text is laid down the page and stops being added once it passes roughly 370 points, so an unusually dense slide will have its final lines dropped without warning. Splitting that slide in the source presentation is the fix.

One format restriction: only the modern .pptx format is accepted. The legacy binary .ppt format is not a ZIP archive and cannot be read this way, and files exported from other presentation software need to be saved as .pptx first.

When You Need It

A founder circulating a fundraising deck to two advisors for comment wants them reading the argument rather than admiring the slides, and wants a file that opens on a phone without PowerPoint. A text handout does that in seconds. It also avoids the specific and underappreciated risk of putting a deck containing valuation, runway and customer numbers through a free online converter — the kind of document where a leak is not hypothetical.

A candidate given a case-study deck to review before an interview needs to read it on a train, on a phone, without the software it was made in. Converting to a light text PDF makes that possible, and the material is the hiring company's confidential work, which is reason enough not to route it through an unknown service on the way to reading it.

FAQ

Frequently Asked Questions

Why are my images and charts missing from the PDF?
Because only text is extracted. The conversion reads the words out of each slide's XML and typesets them; it does not render the slide, so nothing visual comes across — no photographs, charts, shapes, colours or theme. For a PDF that looks like the deck, export to PDF from PowerPoint itself. This tool produces a handout of the content.
Can I convert a .ppt file?
No, only .pptx. The older .ppt format is a binary file rather than a ZIP archive of XML, so it cannot be opened this way. Open it in PowerPoint or a compatible application and save it as .pptx first, after which it will convert normally.
Are my speaker notes included?
No. Notes are stored separately from the slides inside the file, and only the slide content is read. If your notes carry the substance of the presentation, they will not appear in the handout.
One of my slides is missing some of its text.
That slide had more content than fits the page. Text is laid down until it approaches the bottom, after which further blocks are not added. A slide dense enough to hit that limit is usually too dense for an audience as well — splitting it in the source deck fixes both problems.
Does my presentation get uploaded to be converted?
No. The .pptx is read into memory and unzipped by JSZip in this tab, the text is parsed there, and jsPDF builds the document locally, with both libraries served from this site. A confidential pitch or an internal deck is never transmitted — worth knowing, since decks are among the most commercially sensitive files people routinely push through free converters.
Why is the text on some slides in a strange order?
The extraction follows the order shapes are stored in the file, which usually but not always matches the visual reading order. Slides built with side-by-side columns or text boxes added out of sequence can come through interleaved. Simple title-and-bullets slides are reliable.