Hi Keven, [ Limit this to the developer list, to avoid cross-posting. ]
On Fri, May 30, 2025 at 02:54:57PM -0300, Keven Teles <[email protected]> wrote: > I'm currently exploring the possibility of converting PDF files to Word > documents using the LibreOffice WASM (WebAssembly) build. I’m aware that > the desktop version of LibreOffice includes the PDF Import filter, which > allows importing PDF files for editing. However, I'm uncertain whether this > functionality is also available or supported within the WASM build. > > Could you kindly let me know if it's possible to perform this type of > conversion (PDF to Word) using LibreOffice in a WebAssembly environment? If > so, I would greatly appreciate any guidance, documentation, or examples you > could share to help me get started. Is it possible to use fork() in such an environment? If not, then the poppler-based PDF import won't work, the one that would give you an ediable Writer model (that later you may save to a Word format). There is limited PDF "editing" (commenting) possible via pdfium, which requires no fork() in our setup, but that's probably not what you have in mind. Regards, Miklos
