PDF → PowerPoint — Picking the right layout
Every PowerPoint slide is bound to a layout from its master. The layout decides where the title, content, and images go, and what happens when the user changes the theme. A slide with the right layout updates cleanly under a new theme. A slide with no layout becomes a fixed visual collage that ignores everything the user does after conversion.
The 11 standard layouts
A typical Office theme defines 11 layouts in the Slide Master, but the Layouts dropdown shows only 9 by default. The two vertical layouts (10 and 11) appear only when the OS or IME has East Asian language support enabled (Japanese, Chinese, or Korean), not just as an Office proofing language.
- Title Slide — large centered title plus a subtitle. Usually slide one.
- Title and Content — title on top, large content block below.
- Section Header — large heading in the center, no content. A divider.
- Two Content — title on top, two side-by-side content blocks. For comparisons.
- Comparison — Two Content with a caption above each block.
- Title Only — title alone, the rest of the slide empty.
- Blank — no placeholders at all.
- Content with Caption — large object on the left, narrow text block on the right.
- Picture with Caption — large image on top, caption below.
- Title and Vertical Text — horizontal title, body text running vertically.
- Vertical Title and Text — title and text both vertical.
Corporate themes can add custom layouts. Converters generally work against the 11 base layouts of the standard Office theme.
Heuristics for matching a slide to a layout
The converter classifies each PDF page by counting features.
Title Slide
- It is the first page.
- The page has very little content — one or two large text blocks.
- The font is noticeably larger than the document average, typically 36 pt or more.
- The text is centered.
Three of four features is enough.
Section Header
A single large text block in the center, very little else, font 28 pt or larger. Section Header is the right answer for transition slides between parts of a deck.
Title and Content
The default fallback when more specific patterns don’t fit. A separate text block at the top, larger than the body, with empty space around it (the title). Below it, the main content: text, image, or a mixture.
Two Content
Title at the top, content split into two vertical columns of roughly equal width. The detection overlaps with multi-column reading-order analysis.
Picture with Caption
A single large graphic (image or chart) taking most of the slide, with a short descriptive line below.
Blank
Used when nothing else fits. All objects become free-floating shapes with no placeholder binding. Blank is an admission of failure: the slide displays, but nothing about it is theme-aware.
Why this matters after conversion
When a user switches themes, the new theme repositions title placeholders and recolors content placeholders. Free shapes (anything not bound to a placeholder) stay where they are. The slide ends up half-styled, with the new theme’s title position in one place and the original title still floating in the old position.
If every slide came out as Blank, theme switching does nothing and the presentation is locked into the converter’s choice of fonts and colors.
The hardest decision: what is a title
The title is the one shape that gets special handling in outline view, navigation, in-presentation search, and printing with notes. A misidentified title breaks all of those features for that slide.
The strongest signal is font size relative to body. The converter computes the average font size on the page (or across the document, when a single page has too few blocks) and looks for blocks at least 1.5× larger.
After that, in roughly decreasing weight:
- Text volume. One to three words is almost certainly a title or subtitle. Four to ten is a candidate. Ten or more shifts toward body text. Thresholds vary by language.
- Position. Top of the slide for most templates, dead center for Title Slide and Section Header.
- Whitespace. Separation from other content by margin or rule.
- Stylistic markers. Uppercase, bold, a distinct color.
Several large blocks on a page (a pull quote alongside an actual heading) get scored against each other and the wrong one sometimes wins. A title in an unusual place (corner, side, rotated 90°) defeats the upper-third rule. The false positive users notice first: a large number in a chart, like “42%”, gets tagged as a title and shows up as the slide’s name in outline view.
Choosing between layouts when multiple fit
A slide with one title, one block of text, and one image is genuinely ambiguous. The converter has to pick between:
- Title and Content with text as content and the image as an extra free shape.
- Picture with Caption with the image as content and the text as the caption.
The standard tiebreaker is area. Bigger image → Picture with Caption. Bigger text → Title and Content. Crude, and correct often enough to be worth doing.
Slides that don’t fit any layout
Real designed slides routinely defeat the standard layouts:
- A 2×2 grid of independent content blocks.
- An image in the middle with text wrapping around it.
- A timeline visualization with multiple synced elements.
For these the converter has one option: Blank, with no placeholder binding. There is no good alternative within the standard layout set.
The theme question
The converter also has to pick a theme. Three approaches:
- Default Office theme. White background, Calibri text. Renders correctly, looks nothing like the original. This is what almost everyone ships.
- Extract a theme from the PDF. Detect the original
background color, primary font, and accent colors and assemble them into
a
theme1.xml. High complexity, low value because the user can change themes in seconds afterward. - Imitate the original design via a custom theme. Rebuild the source theme inside PowerPoint. Equally rare.
In practice, every converter uses the default Office theme and lets the user fix it later.
The pre-made template approach
Some converters ship a small library of pre-built slide templates (typically 10–15) and match the page content to the closest one. A “two images plus a heading” template handles the corresponding page; placeholder dimensions are fixed, so images get stretched to fit.
The result is more uniform than Blank slides, but only when the page actually matches a template. Irregular slides still fall back to Blank.
Diagnosing the result
Three checks in PowerPoint after conversion:
- Open the Layouts panel. If most slides use Title and Content or Title Slide, the converter handled layouts well. If everything is Blank, layouts were not detected.
- Switch to outline view. Titles should be visible. If they aren’t, the converter did not bind them to placeholders.
- Try changing the theme. If shapes stay put, no layouts were bound and the deck is locked into its current visual.