I have been trying to get statistics of a docx that is generated by the package. I am using the getStatistics() method in order to get it. The issue is this gives out an exception:
"fopen(path-to-file/filename.docx_txt60b257dff0345): failed to open stream: No such file or directory in path-to-package/phpdocx/Classes/Phpdocx/Transform/TransformDocAdvLibreOffice.php:49"
I read some post where it was suggested to give proper permission to /var/www/.config and went ahead and even tried a 777 for the folder to just test out but still the issues persists.