PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

Broken images after save

Open t3946 opened this issue 1 year ago • 2 comments

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');

report

  • PHP Version: 8.2
  • PHPWord Version: 1.1.0

t3946 avatar Sep 06 '23 01:09 t3946

@t3946 Could you give the read file ?

Progi1984 avatar Sep 06 '23 06:09 Progi1984

test.docx test2.docx

t3946 avatar Sep 06 '23 11:09 t3946