I've tried the transformDocument and docx2txt functions and succesfully transformed docx file to plain text.
But is there any way to get more information? For example what is headlines, font-sizes, font-weights, aligns, etc?
My goal is to get it into php-array with all data, so .txt file is not optimal.
Thanks for any advice. :)