Hello,
We have tested the following samples available in phpdocx 8.2:
· examples/indexer/sample_1.php
· examples/DocxPath/getDocxPathQueryInfo/sample_1.php
And both are working perfectly. The first one return images with their sizes, and the second one returns this output:
array(3) {
["elements"]=>
object(DOMNodeList)#22 (1) {
["length"]=>
int(2)
}
["length"]=>
int(2)
["query"]=>
string(17) "//w:body/w:p[1=1]"
}
The elements key returns a DOMNodeList with the information of the elements.
Please test both included examples.
Regards.