Hi all,
I'm considering hosting my webapp on here with a paid account, but my app requires automatically converting uploaded "docx" files to "pdf" format. I've tested several variants of this, and so far the only things I know that work on linux (without comtypes or other windows packages) is to call the libreoffice convert options through a subprocess.
So my question: Is it possible to setup a server here for my website, with libreoffice pre-installed? I obviously can't use "sudo apt install" for this.
Alternative question: Is there a solution for converting docx to pdf without being on windows, AND without libreoffice?