I am trying to figure out if there is a way to convert HTML to DOCX file using PHP. HTML comes from wysiwyg editor (with inline styles) and I want to be able to create a DOCX file from it.
Looks like PHPWord can do just some basic inline styles and other libraries don't support inline styles at all.
Is there any way to achieve this?
docfile, and creating html inside can allow for styling