Installation

GroupDocs.Conversion for Python via .NET is distributed as a pre-built wheel on PyPI. The PyPI index hosts a separate wheel for each supported platform pair, and pip picks the correct one automatically.

Before installing, confirm your environment matches the supported platforms and Python versions listed in the System Requirements topic.

Install Package from PyPI

Open a terminal and run the install command for your platform:

py -m pip install groupdocs-conversion-net
python3 -m pip install groupdocs-conversion-net
python3 -m pip install groupdocs-conversion-net

After running the command you should see output similar to:

Collecting groupdocs-conversion-net
  Downloading groupdocs_conversion_net-26.3-py3-none-win_amd64.whl.metadata (7.0 kB)
  Downloading groupdocs_conversion_net-26.3-py3-none-win_amd64.whl (220.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.3/220.3 MB 2.8 MB/s eta 0:00:00
Installing collected packages: groupdocs-conversion-net
Successfully installed groupdocs-conversion-net-26.3

The wheel file name will include a platform suffix that matches your operating system — for example manylinux_2_17_x86_64 on Ubuntu/Debian, macosx_11_0_arm64 on Apple Silicon, or win_amd64 on 64-bit Windows.

Add the Package to requirements.txt

For reproducible environments, pin the package version in your requirements.txt:

groupdocs-conversion-net==26.3

Then install all dependencies in one step:

pip install -r requirements.txt

Install from a Pre-Downloaded Wheel

If your build environment cannot reach PyPI, download the appropriate wheel from the GroupDocs Releases website and install it locally. The following wheels are published for each release:

  • Windows 64-bit: file name ends with win_amd64.whl
  • Windows 32-bit: file name ends with win32.whl
  • Linux x64 (glibc): manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Linux musl (Alpine): musllinux_1_2_x86_64.whl
  • macOS Apple Silicon: macosx_11_0_arm64.whl
  • macOS Intel: macosx_10_14_x86_64.whl

Place the downloaded wheel into your project folder, then install it:

py -m pip install groupdocs_conversion_net-26.3-py3-none-win_amd64.whl
py -m pip install groupdocs_conversion_net-26.3-py3-none-win32.whl
python3 -m pip install groupdocs_conversion_net-26.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
python3 -m pip install groupdocs_conversion_net-26.3-py3-none-musllinux_1_2_x86_64.whl
python3 -m pip install groupdocs_conversion_net-26.3-py3-none-macosx_11_0_arm64.whl
python3 -m pip install groupdocs_conversion_net-26.3-py3-none-macosx_10_14_x86_64.whl

Expected output:

Processing groupdocs_conversion_net-26.3-py3-none-*.whl
Installing collected packages: groupdocs-conversion-net
Successfully installed groupdocs-conversion-net-26.3

Next Steps

Close
Loading

Analyzing your prompt, please hold on...

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