Open t3946 opened 1 year ago
All images broken after load and save docx.
<?php $objReader = \PhpOffice\PhpWord\IOFactory::createReader('Word2007'); $phpWord = $objReader->load('test.docx'); $objWriter = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord, 'Word2007'); $objWriter->save('test2.docx');
@t3946 Could you give the read file ?
test.docx test2.docx
All images broken after load and save docx.