You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning everyone. I'm trying to use the ImagickEscposImage::loadPdf function, but it's returning an Exception: Below is my code snippet and the error it's presenting.
Good morning everyone. I'm trying to use the ImagickEscposImage::loadPdf function, but it's returning an Exception: Below is my code snippet and the error it's presenting.
$item = Nfce::findOrFail($id);
$empresa = $item->empresa;
$nomeImpressora = "POS-80-Series";
$connector = new WindowsPrintConnector($nomeImpressora);
$printer = new Printer($connector);
$saveDirectory = 'danfce/' . $empresa->cpf_cnpj;
Error: FailedToExecuteCommand `"gs" -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r2x2" -dPrinted=false "-sOutputFile=C:/Windows/TEMP/magick-xk9qK0jkSZxZhpPP60nDfPUHc1JHqjKv%d" "-fC:/Windows/TEMP/magick-f_4PYAkoQKYWA4qgbZhJaqdPCnhJo9dy" "-fC:/Windows/TEMP/magick-hTXMzE5m8BJhdQZdixl3kQmLz6PuqNlD"' (O sistema n�o pode encontrar o arquivo especificado. ) @ error/delegate.c/ExternalDelegateCommand/516
I'm using php 8.2.12.
If anyone can help me, I would appreciate it; Thank you
The text was updated successfully, but these errors were encountered: