PHPOffice / PHPWord

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

Still, images are not visible in google docs. #2688

Closed vitorfba closed 3 weeks ago

vitorfba commented 1 month ago

When using the setImageValue method in the TemplateProcessor class to insert images into a .docx document, the images display correctly when the document is opened in Microsoft Word and LibreOffice. However, when the document is uploaded to Google Docs, the images disappear and are not visible.

Anyone have a fix for that?

sukruonbas commented 1 month ago

Hi, I am having the same problem. Did you find a solution?