Executing callback function from external DLLs or executing Python scripts from template

Hello,
Similar to exposing static callback functions to rendering engine during compilation, is it possible to execute python scripts or functions from external dlls? We anticipate some customers may need to format or transform data in ways not currently supported by callback functions exposed by us through rendering engine Please advise.

Regards,

@NaraSg To make it possible to call external methods it is required to register the required classes as known. Please see our documentation for more information:
https://docs.aspose.com/words/net/setting-up-known-external-types/

Unfortunately there is no other way to call method from external libraries.