Is there is any php-based library that can extract all the formatting information from a word and a pdf document?
Basically, I need a list of all the different font colors used in the document.
I am working on a utility, where user uploads a document ( word or pdf) and it counts the number of color and black and white pages !
I checked livedocx, phpdocx but couldn't find any relevant. If someone has worked, can someone please help me out with this.
Thanks,