Forum


Replies: 8   Views: 1931
Transform documents to text
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by kobbe  · 11-02-2020 - 07:42

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. :)