Hi,
When we generate .docx files containing hyperlinks, they are not 'clickble' when LibreOffice converts them to PDF. What we see, is that the docx that are generated by phpdocx (latest version) do not contain
<w:rStyle w:val="Hyperlink"/>
within the hyperlink tag.
We have a word styles mapping, but that doesn't seem to do anything: '<a>' => 'Links'.
How can we get this to work by loading from html?
<a href="https://google.nl">Hyperlink</a>