trim($v), $item); file_put_contents($tmpfile . '.svg', str_replace(['11111111', '22222222'], $item, $template)); Process::fromShellCommandline('inkscape --export-filename=' . $tmpfile . '.pdf --export-overwrite --export-type=pdf --export-area-page --export-width=344 --export-height=200 --export-background=ffffff --export-background-opacity=255 ' . $tmpfile . '.svg')->run(); Process::fromShellCommandline('convert -units PixelsPerCentimeter -density 203.2 ' . $tmpfile . '.pdf -interpolate integer -background white -monochrome ' . $tmpfile . '.png')->run(); unlink($tmpfile . '.svg'); unlink($tmpfile . '.pdf'); }