PHPWord
PHPWord copied to clipboard
Unable to read docx 2007 file properly
I have a document which contain background color (like well class in bootstrap). Using phpword i am unable to fetch it in similar format
$source = public_path('storage/document/'.$filename);
$phpWord = IOFactory::createReader('Word2007')->load($source);
$objWriter = IOFactory::createWriter($phpWord, 'Word2007');
the $objWriter return unformated word doc
help!
@ysaurabh33 Hi, Could you send the file with error for reproducing the issue, please ?