Forum


Replies: 3   Views: 2524
...get the size of an image in a word file?
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 admin  · 12-06-2018 - 10:09

Hello,

As getDocxPathqueryInfo returns the raw data, you need to get cx and cy attributes from the node.

We recommend you to check the code in the Indexer class (extractImages method).

Regards.