IronPdf.Slim

What is IronPdf.Slim?

  • IronPdf.Slim contains just the IronPdf.dll
  • Supports ALL platforms, but does NOT include Windows, Linux, or MacOS specific dependencies
  • Useful for cross-platform solutions / highly portable applications where the target platform is unknown
  • Dependencies will be downloaded at run-time (you must set Installation.AutomaticallyDownloadNativeBinaries = true;)

IronPdf.Slim can be used in environments where the initial package size is limited, such as AWS Lambda.

IronPDF can be deployed and will then need to download at runtime the IronPdf.Native.Chrome dependency packages (Windows/Linux/MacOs/MacOs.ARM), which contains the Chrome rendering engine.