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
I want to print a pdf file on a thermal printer which is installed on a raspberry pi using CUPS. I'm unable to do it so far . If i send it from iPhone or mac ,is printed successfully so i think the problem is elsewhere.
Laravel Printing Version
v3
Laravel Version
9.46
Print Driver
CUPS
Bug description
I want to print a pdf file on a thermal printer which is installed on a raspberry pi using CUPS. I'm unable to do it so far . If i send it from iPhone or mac ,is printed successfully so i think the problem is elsewhere.
for example this :
Printing::newPrintTask()->printer(Printing::defaultPrinterId())->file('files/test.pdf')->send();
doesn't work. Every other method works (content,URL) as it should.
Edit: File method works with other files for example .jpg but not with .pdf file
The text was updated successfully, but these errors were encountered: