I am trying to convert docx to pdf using unoconv
, but getting Error: Unable to connect or start own listener. Aborting.
when I run unoconv -f pdf 1234.docx
.
So, there must be some listener. I then started the listener via unoconv --listener
.
I tried ps aux | grep soffice
, and found soffice.bin.
So I tried unoconv -f pdf 1234.docx
again. It still gave me the same error: Error: Unable to connect or start own listener. Aborting.
What am I doing wrong here?
You have to kill all the soffice.bin processes before trying to use unoconv. I didn't have to do any "unoconv --listener" command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With