I am running Libre Office as a headless service on unix machine to convert xlsx files to ods. JODConverter library is used to connect to service.
The problem occurs when from Windows machine I try to convert the files. I am getting below exception
Caused by: com.sun.star.lang.IllegalArgumentException: Unsupported URL <C:%5CUsers%5Cshikhaha%5CDownloads%5CjOpenDocumentTest%5Cone.xlsx>: "from LoadEnv::initializeLoading"
The problem seems to be due to file path of windows. Any idea how can I connect to unix service from windows machine.
Thanks,
Hanumant