1
I need to edit a document online. Call libreoffice from the browser and open it on the client’s machine to edit the document online. Something that resembles the online edition that exists in Alfresco. It has to be implemented in an Laravel system.
You want to make a text editor that works in the browser?
– Oralista de Sistemas
No. I want to call the libreoffice editor installed on the client’s machine from the browser, but I also need to pass a file for the user to edit. When user finishes editing, it saves and altered file and sending again to web system.
– Jordan Bragon