How do I print an image image? Can you help me? This way the code only outputs the image path :( $printer = new Printer($connector); $printer -> text(''); $printer -> cut();
Hi Diego,sorry for that but the tutorial focus on the installation steps for windows OS,you can also try to use mpdf as an alternative as i discuss in the same tutorial ,you can find the link in the description
You can silently print on Google chrome using “-kiosk-printing” flag appended at the end of the shortcut location. You can use JavaScript to initiate the print to default printer.
hi! congratulations for this video. I have a question. when put the command "print /D:"\\%COMPUTERNAME%\Gprinter_GP-3120TU" testfile", show the message "is being printed" but not print. That means my printer not accept this command?
@@Webeasystep I have an POS device like Andriod phone with internal Thermal printer attached. So, is it possible to use this library and print the web page in chrome in andriod phone?
ola, tambem consegui fazer funcionar apenas no meu localhost. quando enviei para o servidor web não funciona. Voce conseguiu alguma informação se funciona em servidor web(kinghost) com esta biblioteca, ou tem que ser de outra forma.. faz dias que estou perdida nisso. voce pode me passar alguma indicação?
@webeasystep Excelent Help! Other question: Could you print special characters that are used in words or names in Spanish like: Egüez (ü), Baño (ñ) fantasía (í). exmple: $printer -> text("Maria Ibañez Egüez "); Thanks!!!!!
How do I print an image image? Can you help me? This way the code only outputs the image path :(
$printer = new Printer($connector);
$printer -> text('');
$printer -> cut();
Hello, I have tested from server side but won't print in client side printer, Please help. I am using IIS 8.5 and Nginx server.
ours is a thermal printer this code is not working for it the command prompt is showing the testfile is printing to action.can any one help us?
where did that testfile came from????
Uncaught Error: Class 'Mike42\Escpos\PrintConnectors\WindowsPrintConnector' not found
is it work for cloud hosting to local machine?
I have tailoring software but i can't print data any code using php?
What printer do you use for this video?
BIXOLON SRP-330
th-cam.com/video/9GRVEdWuxmA/w-d-xo.html
Unable to initialise device when I am using Pring with desktop name
I have a website on hosted, I want Print from client(viewer/visitor), can I do step such us that video ? work or not ?
sure you can ,without the windows setup step
@@Webeasystep Which "windows setup step" should I skip ?
this work too for printer POS-58, Thanks you.....
im use okay thermal printer. its fine?
Does this work with html print button too ?
But in linux cloud not print well
Hi Diego,sorry for that but the tutorial focus on the installation steps for windows OS,you can also try to use mpdf as an alternative as i discuss in the same tutorial ,you can find the link in the description
how can i change set paper tray? i want print tray 2 ? thanks!,
How it document print
Exampl for. Invoic bill , paytm invoice resit printing
Hi friend how to use this library in CodeIgniter? Can You help me please
how to print from server side. thank you.
You can silently print on Google chrome using “-kiosk-printing” flag appended at the end of the shortcut location. You can use JavaScript to initiate the print to default printer.
will this work on hosted php site?
Ronith Abobon sure, just check requirements and PHP version is available on your host
name is already equated but still error in online 23
Excellent. Thanks you.
how to redirect to home page after print out ?
$printer -> text("Hello world
");
$printer -> cut();
// redirect to
add this line: header("Location: index.php"); change index.php to ur default home page
hi! congratulations for this video. I have a question. when put the command "print /D:"\\%COMPUTERNAME%\Gprinter_GP-3120TU" testfile", show the message "is being printed" but not print. That means my printer not accept this command?
may be you need to check the printer brand
the print message is coming but not printing
It is working fine for text. But how can i Print a pdf or html file? please help
You can check my blog to print pdf and HTML ,there are many tutorials for that
Did you find any solution for that?
nice
SIr I use the Hp printer how can i use it
it doesn't work. Please help..
Thank you this video help me a lot.
You are welcome
@@Webeasystep I have an POS device like Andriod phone with internal Thermal printer attached. So, is it possible to use this library and print the web page in chrome in andriod phone?
Hi my friend you can make a video please whit how to make this in Codeigniter? Thank you!
Hi,no needs for that my friend it's the same concept
Ni. This work in php7?
try to visit their repository in GitHub to find information about compatibility
enthernet smb? o que seria? como faço a conexão? ta funcionando no meu localhost normal.... a e obrigado seu tutorial foi o melhor
ola, tambem consegui fazer funcionar apenas no meu localhost. quando enviei para o servidor web não funciona. Voce conseguiu alguma informação se funciona em servidor web(kinghost) com esta biblioteca, ou tem que ser de outra forma.. faz dias que estou perdida nisso. voce pode me passar alguma indicação?
print not working for me
Thanks alot this is very useful
You are welcome :)
@webeasystep Excelent Help!
Other question:
Could you print special characters that are used in words or names in Spanish like: Egüez (ü), Baño (ñ) fantasía (í).
exmple: $printer -> text("Maria Ibañez Egüez
");
Thanks!!!!!
Bruno Montecinos i tried to use some utf-8 chars but it didn't work and for that i tried Mpdf library as alternative,
Source code pls.
autoload.php ??
wtf is tht
will this work on hosted php site?
Ronith Abobon sure, just check requirements andvphp version
wow thanks for the immediate reply ill subscribe for that
@@Webeasystep What is the requirement & what php version ?