PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.25k stars 2.69k forks source link

Broken images after save #2461

Open t3946 opened 1 year ago

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

report

Progi1984 commented 1 year ago

@t3946 Could you give the read file ?

t3946 commented 1 year ago

test.docx test2.docx