GroupDocs.Conversion for Python via .NET V26.5
Released: May 14, 2026
Updates in V26.5
Features
- Command-line interface - groupdocs-conversion console script: Installing the groupdocs-conversion-net package now also puts a groupdocs-conversion console script on your PATH. It is a thin wrapper over the Python API, built for shell pipelines, Make rules, CI steps, and one-off conversions where writing a Python script is overkill.
- You can now discover conversion targets by file extension via Converter.get_possible_conversions_by_extension(extension).