Sujan - 2020-10-12 11:05:01
Images:
I am getting the below error for all images. Not sure
Not allowed to load local resource: file:///C:/xampp/htdocs/Bulldog/tmp/rId8.jpeg
The tables are getting repeated - without the borders and the colors are not coming up at all
This is my code that pulls the docx. Maybe something to do with the encoding?
require_once('wordphp.php');
$rt = new WordPHP(true, 'utf8');
$text = $rt->readDocument('test.docx');
echo $text;