Lançamentos do GroupDocs.Conversion for Python via .NET

Released: May 14, 2026

Atualizações na V26.5

Recursos

  • 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

Atualizações na V26.3

Recursos

  • 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

Atualizações na V25.12

Recursos

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

Correções

  • Issue in RTF to PDF document conversion.