IronPdf.Native.UpdatedChrome

Windows 11 related to IronPdf.Native.UpdatedChrome Linux V1 related to IronPdf.Native.UpdatedChrome Mac Client related to IronPdf.Native.UpdatedChrome Chrome related to IronPdf.Native.UpdatedChrome

Contains a newer version of Chromium for applications that require CSS or rendering features not available in the standard package.

  • Requires the IronPdf.Slim and IronSoftware.Native.Model packages to function.
  • Includes OS-specific dependencies for the updated version of Chromium.
  • New settings and security updates.
  • Not compatible with Windows Server 2012, 32-bit processes, or SingleProcess mode.

Compatibility Information with Latest Chromium

  • SingleProcess is not available.
  • Windows Server 2012 is not supported.
  • 32-bit processes are no longer supported.

Windows

PM > Install-Package IronPdf.Native.UpdatedChrome.Windows

Linux

PM > Install-Package IronPdf.Native.UpdatedChrome.Linux

Mac

PM > Install-Package IronPdf.Native.UpdatedChrome.MacOS

PM > Install-Package IronPdf.Native.UpdatedChrome.MacOS.ARM

Design Resolutions

IronPdf.Native.UpdatedChrome ships with CEF engine version 131. The standard IronPdf package uses CEF 109 for compatibility with older Windows Server versions. The newer engine resolves CSS rendering issues that CEF 109 cannot address.

CSS overflow:hidden

In the standard package, content inside an element with overflow: hidden may extend beyond the defined boundaries. CEF 131 clips the overflow correctly.

CSS line-height with Custom Paper Size

A CSS line-height of 129% combined with a custom paper size (for example, 6 x 9 inches) causes mispositioned text in CEF 109. CEF 131 positions the text according to the specified dimensions.

CSS Grid Subgrid

The standard package does not render subgrid correctly in CSS grid layouts. The following layout fails in CEF 109 but renders as expected with IronPdf.Native.UpdatedChrome:

<div style="display: grid; grid-template-columns: 1fr 1fr 1fr">
    <div style="display: grid; grid-template-columns: subgrid; grid-column: 1/4">
    </div>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr 1fr">
    <div style="display: grid; grid-template-columns: subgrid; grid-column: 1/4">
    </div>
</div>
HTML
Curtis Chau
Technical Writer

Curtis Chau holds a Bachelor’s degree in Computer Science (Carleton University) and specializes in front-end development with expertise in Node.js, TypeScript, JavaScript, and React. Passionate about crafting intuitive and aesthetically pleasing user interfaces, Curtis enjoys working with modern frameworks and creating well-structured, visually appealing manuals.

...

Read More
Ready to Get Started?
Nuget Downloads 19,570,275 | Version: 2026.6 just released
Still Scrolling Icon

Still Scrolling?

Want proof fast? PM > Install-Package IronPdf
run a sample watch your HTML become a PDF.