System Requirements

Note
GroupDocs.Conversion for Python via .NET does not require any external software such as Microsoft Office or third-party document editors. To install the library, follow the steps in the Installation guide.

Supported Operating Systems

GroupDocs.Conversion for Python via .NET runs on Windows, Linux, and macOS. Choose the wheel that matches your platform — the package ships as a platform-specific .whl on PyPI and pip will pick the correct one automatically.

Windows

  • Microsoft Windows 10 (x64, x86)
  • Microsoft Windows 11 (x64)
  • Microsoft Windows Server 2016 and later

Linux

  • Ubuntu 20.04+, Debian 11+, CentOS 8+, Fedora 36+, Alpine 3.16+

macOS

  • macOS 12 (Monterey) and later — Intel and Apple Silicon (M-series)

Python Version

GroupDocs.Conversion for Python via .NET supports Python 3.5 through 3.14. The wheel uses the py3-none-{platform} tag, meaning it works with any Python 3.x version in that range without per-version rebuilds.

Python VersionSupported
3.5Yes
3.6Yes
3.7Yes
3.8Yes
3.9Yes
3.10Yes
3.11Yes
3.12Yes
3.13Yes
3.14Yes

Package Manager

GroupDocs.Conversion for Python via .NET is distributed via PyPI:

pip install groupdocs-conversion-net

The PyPI index hosts one wheel per platform pair:

PlatformWheel suffix
Windows 64-bitpy3-none-win_amd64.whl
Windows 32-bitpy3-none-win32.whl
Linux x64 (glibc)py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Linux musl (Alpine)py3-none-musllinux_1_2_x86_64.whl
macOS Apple Siliconpy3-none-macosx_11_0_arm64.whl
macOS Intelpy3-none-macosx_10_14_x86_64.whl

Optional Platform Dependencies

GroupDocs.Conversion uses libgdiplus for drawing routines when the source document contains images. On Windows no extra setup is required. On Linux and macOS install libgdiplus (and a minimal font set) so that image-bearing documents render correctly.

Linux

Install the following packages on Debian / Ubuntu derivatives:

sudo apt-get update
sudo apt-get install -y libgdiplus libfontconfig1 libx11-dev ttf-mscorefonts-installer
  • libgdiplus — Mono library providing a GDI+-compatible API on non-Windows operating systems.

  • libfontconfig1 / libx11-dev — needed for drawing functions (image and font rendering).

  • ttf-mscorefonts-installer — Microsoft-compatible fonts used by many Office-format documents. If ttf-mscorefonts-installer is not available, add the contrib component to your apt sources:

    sudo sed -i'.bak' 's/$/ contrib/' /etc/apt/sources.list
    sudo apt-get update
    
  • ICU — required by the .NET runtime. On minimal distributions install it explicitly: sudo apt-get install -y libicu-dev. Do not set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, as it disables culture-sensitive conversions.

macOS

Install libgdiplus using Homebrew:

brew install mono-libgdiplus

If you see a DllNotFoundException: libSkiaSharp error after upgrading, an older system copy of SkiaSharp is shadowing the one bundled with the wheel. Rename it so the bundled copy wins:

sudo mv /usr/local/lib/libSkiaSharp.dylib /usr/local/lib/libSkiaSharp.dylib.bak

Windows

No extra dependencies — the wheel is self-contained.

Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.