In libreOffice, it adds in the description what is in the picture above. I will add that I've already tried various options: [onshow.], OPENTBS_CHANGE_PICTURE on the PHP side, everything gives a similar result.
When LibreOffice repairs the file, everything is as it should be in the document, i.e. the image is replaced, but I would not like the file to be repaired.
I found a solution on the forum: https://www.tinybutstrong.com/forum.php?thr=3506 Just add exit(); or die(); after the show() function.