We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been able to connect the printer to the network and when I press Connect to WebPRNT it prints the web request.
Now I wonder how I can make it print any text like the one in the example:
this.printService .init () .setBold (true) .writeLine ("Hello World!") .setBold (false) .feed (4) .cut ("full") .flush ();
Using webPrintDriver is it possible to print any text? So far it does not print anything other than the request from the web
Only print this:
When I execute : this.printService .init () .setBold (true) .writeLine ("Hello World!") .setBold (false) .feed (4) .cut ("full") .flush ();
this is the ERROR Cannot initiate the print service. No connection detected.
And when execute: this.printService .setDriver(this.webPrintDriver, "WebPRNT") print the http response
this.printService .setDriver(this.webPrintDriver, "WebPRNT")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been able to connect the printer to the network and when I press Connect to WebPRNT it prints the web request.
Now I wonder how I can make it print any text like the one in the example:
Using webPrintDriver is it possible to print any text?
So far it does not print anything other than the request from the web
Only print this:
When I execute :
this.printService .init () .setBold (true) .writeLine ("Hello World!") .setBold (false) .feed (4) .cut ("full") .flush ();
this is the ERROR Cannot initiate the print service. No connection detected.
And when execute:
this.printService .setDriver(this.webPrintDriver, "WebPRNT")
print the http response
The text was updated successfully, but these errors were encountered: