PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Unable to read docx 2007 file properly

Open ysaurabh33 opened this issue 6 years ago • 1 comments

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 avatar Aug 26 '19 17:08 ysaurabh33

@ysaurabh33 Hi, Could you send the file with error for reproducing the issue, please ?

Progi1984 avatar Aug 22 '24 18:08 Progi1984