Installation

Download Package from Official Website

To download the GroupDocs.Conversion package for your operating system, please visit the official GroupDocs Releases website. Currently, four OS-specific packages are available:

  • Windows 64-bit: Package name ends with amd64.whl
  • Windows 32-bit: Package name ends with win32.whl
  • macOS Apple Silicon: Package name ends with arm64.whl
  • macOS Intel Silicon: Package name ends with x86_64.whl

Choose the appropriate package based on your system’s architecture.

Copy Downloaded File

Copy the downloaded file into your project folder.

Install Package Using Pip

The recommended way to manage Python application dependencies is by using a virtual environment. Learn more about virtual environment at Create and Use Virtual Environments documentation topic. To create a virtual environment, run the following:

py -m venv .venv
python3 -m venv .venv

Activate a virtual environment:

.venv\Scripts\activate
source .venv/bin/activate

Finally, to install the package, run:

py -m pip install groupdocs_conversion_net-24.11-py3-none-win_amd64.whl
py -m pip install groupdocs_conversion_net-24.11-py3-none-win32.whl
python3 -m pip install groupdocs_conversion_net-24.11-py3-none-macosx_11_0_arm64.whl
python3 -m pip install groupdocs_conversion_net-24.11-py3-none-macosx_10_14_x86_64.whl

Expected output:

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