EPPlus 9 preview PDF

Preview released 2026-09-18
Turn your workbook into a PDF — in pure .NET

Turn your workbook into a PDF

Export ranges and tables into PDF, entirely in managed .NET code. No Skia, no HarfBuzz, no headless browsers, no external rendering engines — text shaping, font subsetting, and layout are all implemented natively in managed .NET code.

EPPlus will initially support the most basic visual elements of Excel. Page setup, margins, print areas, borders, fills, fonts, headers and footers are all preserved so the PDF matches what you would see when printing from Excel.

A font engine built for fidelity

Our own font engine shapes text and embeds OpenType fonts directly in the PDF. Fonts are subsetted to only the glyphs you actually use — keeping file sizes down, with especially large savings for big fonts. The result is a document that renders identically everywhere, without unnecessary bloat.

Built for performance

Designed to stay fast even on large, multi-page workbooks. Whether you are generating a single invoice or a hundred-page financial report, EPPlus produces PDFs efficiently and predictably.

Preview note: Chart and shape rendering for PDF is not included in this preview and is planned for a future release.

Try it yourself

Explore our interactive samples where you can tweak parameters and generate a PDF

See it in action

Below is an example of a workbook exported to PDF using EPPlus 9. The layout, fonts, and formatting are preserved exactly as they appear in Excel.