Hello, PHPWord team, I would like to ask: how can I preserve the image border after replacing an image using the following code? $templateProcessor->setImageValue($placeholder, [ 'path' => $fullPath, 'width' => 8 * 37.8, 'height' => 5 * 37.8, 'ratio' => false, ]); Thank you!