System requirements
Leave feedback
On this page
- Python versions 3.9–3.11 are supported
- Microsoft Windows 11 (x64)
- Microsoft Windows 10 (x64, x86)
- Microsoft Windows 7, 8, 8.1, Vista, XP (x64, x86)
- Microsoft Windows Server 2003 and later
Some of the supported packages in GroupDocs.Total include macOS support for Intel and/or Apple Silicon (M-series) processors.
The following table shows the platform support matrix:
| Package | Windows 32-bit | Windows 64-bit | Linux x86_64 | macOS 10.14 x86 | macOS 11.0 Apple M-series Silicon |
|---|---|---|---|---|---|
| groupdocs‑conversion‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑viewer‑net | ![]() | ![]() | ![]() | ||
| groupdocs‑comparison‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑watermark‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑metadata‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑merger‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑assembly‑net | ![]() | ![]() | |||
| groupdocs‑redaction‑net | ![]() | ![]() | ![]() | ![]() | |
| groupdocs‑signature‑net | ![]() | ![]() | ![]() | ![]() |
You can install individual packages based on your requirements and the platforms you are targeting.
GroupDocs.Total for Python via .NET relies on libgdiplus for processing images or documents that contain images.
When using GroupDocs.Total in a Linux environment, the following packages should be installed for proper library operation:
- libgdiplus - Mono library providing a GDI+-compatible API on non-Windows operating systems.
- libx11-dev - Required for drawing functions (image/font rendering).
- fontconfig - Enables font lookup for text rendering with System.Drawing.
- ttf-mscorefonts-installer - Provides Microsoft-compatible fonts required by GroupDocs.Total.
To install packages on Debian-based Linux distributions, use apt-get:
sudo apt-get update
sudo apt-get install -y libgdiplus libx11-dev fontconfig ttf-mscorefonts-installer
If some packages are not available, you can add the contrib repository:
RUN sed -i'.bak' 's/$/ contrib/' /etc/apt/sources.list
The library is required and can be installed using the Homebrew package manager:
brew install mono-libgdiplus
Ensure libgdiplus is installed if you encounter issues with processing images or documents that contain images.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.
