top | item 42589109

(no title)

nicbars | 1 year ago

Thanks for asking! I don’t reimplement those formats myself—LibreOffice does the heavy lifting for parsing and converting office documents with embedded elements. That way, I just leverage an existing engine instead of reinventing the wheel, and it helps preserve formatting as accurately as it can.

discuss

order

dotancohen|1 year 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?

nicbars|1 year ago

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