I’ve tested
Spire.Doc
– not requires Office installation but have wired issue (RuntimeError: ffi_prep_cif_var failed
) for Collab and Macos.python-docx
– require Windows as: COMTypes are supported only for Windows and isn’t available for Linux. Colab has linux-based OS as their default OS.docx2pdf
– requires Windows (uses COM) and installed Word
Is there a solid lib that can do this conversion including images / formatting and font for linux (google collab) or macos?