Latest release (May 2026)
26.5.0 ships the groupdocs-conversion command-line interface and a new get_possible_conversions_by_extension class method for discovering conversion targets by file extension. The bundled conversion engine is unchanged from 26.3 — no document-conversion behavior or output fidelity is affected.
For the full release notes see GroupDocs.Conversion for Python via .NET 26.5 Release Notes.
Highlights
- Command-line interface — the console script
groupdocs-conversionis installed with the wheel, withconvert,info,list-formats, andlist-all-formatssubcommands (also reachable viapython -m groupdocs.conversion). - New
Converter.get_possible_conversions_by_extension(extension)class method — query the conversion targets for a file extension without opening a document. - Conversion engine unchanged from 26.3 — this is a wrapper-side release.
- Python compatibility — 3.5 through 3.14.
- Reviewed and actualized documentation at https://docs.groupdocs.com/conversion/python-net/, including a new Command Line Interface guide.
Installation
pip install groupdocs-conversion-net==26.5.0
Wheel distribution
Four platform-specific wheels per release — Windows x64, Linux x64, macOS Intel, macOS Apple Silicon. pip automatically selects the right wheel for your platform.
PyPI package: https://pypi.org/project/groupdocs-conversion-net/
Feedback
If you have any questions, issues, or suggestions, please reach out through the Free Support Forum.