You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the issue is to have the functionality to connect to LibreOffice, which is launched on remote host. Not to LibreOffice Online and not passing documents through spring-boot application on that remote host which will manage "local" office.
Some say, that uno library allows that.
There's hardcoded "host=127.0.0.1" in org.jodconverter.office.OfficeUrl#socket, so, theoretically, we could pass host as a parameter to ExternalOfficeManager and somehow connect to remote office and do conversions with it?
The text was updated successfully, but these errors were encountered:
Guess my issue should also go here:
Trying to connect to dockerized LibreOffice to convert some xlsx to pdf is a failure. The connection simply hangs and gets disconnected due to timeout, where as if I go and trigger container with direct office command it works as expected outputting a transformed document.
So, the issue is to have the functionality to connect to LibreOffice, which is launched on remote host. Not to LibreOffice Online and not passing documents through spring-boot application on that remote host which will manage "local" office.
Some say, that uno library allows that.
There's hardcoded "host=127.0.0.1" in org.jodconverter.office.OfficeUrl#socket, so, theoretically, we could pass host as a parameter to ExternalOfficeManager and somehow connect to remote office and do conversions with it?
The text was updated successfully, but these errors were encountered: