Hi everyone,
GroupDocs.Conversion for Python via .NET version 26.9.0 is now available on PyPI.
Full release notes: GroupDocs.Conversion for Python via .NET 26.9 Release Notes
PyPI: groupdocs-conversion-net · PyPI
Docs: GroupDocs.Conversion for Python via .NET | GroupDocs
Highlights
ConversionEventsAPI lets you observe conversion progress, failures, and font substitution via event hooks such ason_conversion_started,on_conversion_progress, andon_document_converted.- New format support: XAR archives (
CompressionFileType.XAR), draw.io diagrams (DiagramFileType.DRAWIO), and Mermaid diagrams (DiagramFileType.MMD). CadLoadOptions.layout_scopeenables restricting CAD conversion to model space, paper‑space layouts, or both.MarkdownOptions.image_saving_callbackandWebLoadOptionssettings (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"]orinfo.get("Author").
Breaking changes (see release notes for migration details):
- The duplicate
groupdocs.conversion.file_typesmodule has been removed; import fromgroupdocs.conversion.filetypesinstead. PdfOptions.remove_pdf_acompliancehas been renamed toremove_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