Closed HirotoKagotani closed 10 months ago
When I install and run unoserver and LibreOffice on a VirtualBox guest machine, then I run unoconvert on the VirtualBox host:
the outfile "sample.pdf" is created in the guest machine. (Note: port 2003 is forwarded to the guest machine)
The outpath argument for the remote methods convert() and compare() should be None when self.remote is True.
Good point, I had not considered the context of port forwarding.
2.0.1 released
When I install and run unoserver and LibreOffice on a VirtualBox guest machine, then I run unoconvert on the VirtualBox host:
unoconvert --host-location remote --host 127.0.0.1 sample.docx sample.pdf
the outfile "sample.pdf" is created in the guest machine. (Note: port 2003 is forwarded to the guest machine)
The outpath argument for the remote methods convert() and compare() should be None when self.remote is True.