Hi everyone,
GroupDocs.Merger for Python via .NET 26.6.0 is now available on PyPI.
Docs: GroupDocs.Merger for Python via .NET | GroupDocs
Release notes: GroupDocs.Merger for Python via .NET 26.6 Release Notes
Highlights
- Rebuilt Python binding as a typed, per‑overload API with bundled
.pyistubs for accurate autocomplete. - Full Python 3.14 compatibility (
Requires-Python: >=3.5,<3.15). - Page‑preview rendering (
generate_preview) and stream‑basedsplitcallable from Python via page‑stream callbacks. AGENTS.mdshipped 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