GroupDocs.Conversion for Python via .NET Releases

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).

Released: Apr 16, 2026

Updates in V26.3

Features

  • Added support for per-page conversion via 'convert_by_page(output_dir, convert_options)'.
  • Added support for in-memory conversion via 'convert_to_stream(convert_options)'.
  • Added Python 3.14 support.
  • AGENTS.md is now shipped inside package for AI Agent integration.
  • Format objects now expose .extension, .file_format, .description properties.
  • Added an explicit macOS classifier in PyPI metadata.

Released: Dec 20, 2025

Updates in V25.12

Features

  • Added Linux platform support.
  • Extended supported Python versions to 3.5 - 3.13.

Fixes

  • Issue in RTF to PDF document conversion.