Skip to main content

GetVersion

Returns the ONLYOFFICE Document Builder engine version.

note

This method is not available for JS and COM.

Syntax

def GetVersion(self) -> str

Example

import docbuilder

builder = docbuilder.CDocBuilder()
version = builder.GetVersion()
print(version.decode("utf-8"))