Hacker News new | ask | show | jobs
by dotancohen 526 days ago
So the web app actually loads LO components? How about MS Office? Other esoteric formats?

You mention elsewhere that all this can be done offline once the web app has loaded, all these components are pulled in?

1 comments

I’m not actually loading LO into the browser—those parts run on the server side, so you still need an internet connection for complex document conversions. The offline functionality mostly covers simpler features like merging PDFs or converting images to PDF with WebAssembly libraries in the browser. For MS Office files or other advanced formats, I rely on LO’s server-side engine to handle parsing and conversion
I see, thank you for taking the time to explain.