Skip to main content

GetVersion

Returns the ONLYOFFICE Document Builder engine version.

note

For JS, this method is not used. This method is not available in COM.

Syntax

def GetVersion(self) -> str

Example

import docbuilder

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