PHPWord
PHPWord copied to clipboard
Broken images after save
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');
- PHP Version: 8.2
- PHPWord Version: 1.1.0
@t3946 Could you give the read file ?