Extension using unoconv to convert reports to the OpenoOffice/LibreOffice supported formats
npm i jsreport-unoconv
apt-get install unoconv
npm i jsreport-unoconv
{
"extensions": {
"unoconv": {
"command": "python [unoconvScriptPath]"
}
}
}
{
"extensions": {
"unoconv": {
"command": "custom unoconv command"
}
}
}