I opened the page and tried to run the example text
nothing succeeded. How does this even work?
libreoffice "--accept=socket,host=localhost,port=18100;urp;StarOffice.ServiceManager" --norestore --nofirststartwizard --nologo --writer
this line started writer
Next I ran the bash script. The first question is ports, writer runs on port 18100, and in the bash script 14733
I expected that by calling the script I would receive a file with the transferred string, but nothing happened - does it even work?
I expected that by calling the script I would receive a file with the transferred string, but nothing happened - does it even work? I need to make a document without resorting to java or python