GroupDocs.Merger for Python via .NET 26.6 – Quick Overview

Hi everyone,

GroupDocs.Merger for Python via .NET 26.6.0 is now available on PyPI.

:books: Docs: GroupDocs.Merger for Python via .NET | GroupDocs
:page_facing_up: Release notes: GroupDocs.Merger for Python via .NET 26.6 Release Notes

Highlights

  • Rebuilt Python binding as a typed, per‑overload API with bundled .pyi stubs for accurate autocomplete.
  • Full Python 3.14 compatibility (Requires-Python: >=3.5,<3.15).
  • Page‑preview rendering (generate_preview) and stream‑based split callable from Python via page‑stream callbacks.
  • AGENTS.md shipped inside the package to enable AI agent and LLM integration.
  • Self‑contained wheels for Windows 64‑bit, Linux x64 (glibc), macOS Intel, and macOS Apple Silicon.

Breaking changes (see release notes for migration details):

  • The previous dynamic proxy API has been removed; all functionality is now exposed through explicit, typed bindings.

Install:

pip install groupdocs-merger==26.6.0

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

Best regards,
The GroupDocs Team