SnapFetch

2026-08-27 · By SnapFetch

Office Files to PDF: What Changes and What Doesn't

Exporting to PDF is the safe direction of travel. You are going from a format with a lot of structure to one that records exactly how the page should look, so almost everything survives. Almost.

Why this direction is the easy one

A DOCX describes intent: this is a heading, this paragraph has these margins, this table has these columns. A PDF records the outcome: these glyphs at these coordinates. Every piece of intent can be resolved into a concrete outcome, which is why the conversion is dependable.

Going the other way means guessing intent back out of coordinates, which is where PDF to Word conversions go wrong. This direction has no such problem.

What comes across intact

For Word to PDF: fonts, images, headers and footers, and page breaks. For Excel to PDF and PowerPoint to PDF, the same principle - what you see rendered is what gets recorded.

The conversion runs through LibreOffice, which reads the Microsoft formats directly rather than approximating them.

Beyond the three obvious ones, the same engine handles the formats people forget are convertible:

The one thing that quietly shifts: fonts

This is the failure mode worth understanding, because it is not obvious and it does not look like an error.

A DOCX does not necessarily contain its fonts. It usually contains the name of a font and assumes the machine opening it has that font installed. When the converting machine does not, the closest available match is substituted.

Two consequences follow, and only the first is obvious:

Your document looks slightly different. Different letterforms, a different overall texture. Usually acceptable, occasionally not.

Your pagination can move. This is the one that catches people. A substituted font has slightly different character widths, so a line that just fitted may now wrap, and that pushes everything down. Over a long document a page break can land somewhere new. If exact pagination matters - a contract with numbered clauses, anything where "see page 7" is written down - check the output rather than assuming.

The fix is straightforward: embed the fonts in the DOCX before converting, or use common fonts that any system will have. Word can embed fonts under Save Options. Once embedded, there is nothing to substitute and the layout is fixed.

EPUB is the odd one out

EPUB to PDF does something more lossy than the others, and it is worth knowing before you use it.

An EPUB is reflowable: the text has no fixed page size, and your reader lays it out for whatever screen you are on. A PDF is fixed layout by definition. So the conversion has to pick a page size and a font size and commit to them. Chapter order, headings and inline images come across; the reflowability does not. If the result feels cramped, that is the format change, not a bug.

The other EPUB constraint is harder: DRM-protected files cannot be converted at all. Ebooks bought from most stores carry DRM, which blocks any conversion, and no tool that respects it will get past that. Only DRM-free EPUB files work.

Limits and what fails

Uploads are capped at 20 MB, and a conversion has 60 seconds to finish. That is generous for a document and tight for a 200-slide deck full of full-bleed photography.

If you are near either limit, the sequence that works is compress first, convert second:

That is usually faster than fighting the timeout, and since the bloat is nearly always embedded images at full resolution, you lose very little.

After the PDF exists

The reason to convert is usually that a PDF is what the other end accepts. A few things worth doing while you are there:

  • Compress PDF if the export came out heavier than expected, which it often does for image-rich decks
  • Merge PDF to combine the converted file with others into one packet
  • Add Page Numbers for anything that will be printed or referenced
  • Protect PDF if it is going somewhere sensitive - and do that last, since an encrypted PDF is opaque to the other tools

The short version

Office to PDF is reliable and you can trust it. The one thing to watch is font substitution, which changes appearance slightly and can move page breaks - embed your fonts if pagination matters. EPUB is the exception on both counts: fixed layout replaces reflowable text, and DRM stops the conversion outright.

Files are deleted from our servers an hour after you are done, with no account and no watermark on the output.