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
GroupDocs.Conversion include macOS support for Intel and/or Apple Silicon (M-series) processors. Linux packages will be added in future releases.
GroupDocs.Conversion for Python via .NET relies on libgdiplus for processing images or documents that contain images.
When using GroupDocs.Conversion 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.