[Release] GroupDocs.Conversion for Python via .NET v26.9

Hi everyone,

GroupDocs.Conversion for Python via .NET version 26.9.0 is now available on PyPI.

:link: Full release notes: GroupDocs.Conversion for Python via .NET 26.9 Release Notes
:package: PyPI: groupdocs-conversion-net · PyPI
:books: Docs: GroupDocs.Conversion for Python via .NET | GroupDocs

Highlights

  • ConversionEvents API lets you observe conversion progress, failures, and font substitution via event hooks such as on_conversion_started, on_conversion_progress, and on_document_converted.
  • New format support: XAR archives (CompressionFileType.XAR), draw.io diagrams (DiagramFileType.DRAWIO), and Mermaid diagrams (DiagramFileType.MMD).
  • CadLoadOptions.layout_scope enables restricting CAD conversion to model space, paper‑space layouts, or both.
  • MarkdownOptions.image_saving_callback and WebLoadOptions settings (margin_settings, orientation_settings, size_settings) give finer layout control.
  • Fixed critical bugs: Python 3.5–3.10 compatibility restored, delegate‑typed properties can now be assigned, and indexers are usable again via info["Author"] or info.get("Author").

Breaking changes (see release notes for migration details):

  • The duplicate groupdocs.conversion.file_types module has been removed; import from groupdocs.conversion.filetypes instead.
  • PdfOptions.remove_pdf_acompliance has been renamed to remove_pdf_a_compliance.

Install:

pip install groupdocs-conversion-net==26.9.0

As always, feedback and bug reports are welcome in this category.

Best regards, The GroupDocs Team