escpos
Here are 79 public repositories matching this topic...
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Apr 7, 2022 - Python
-
Updated
Mar 29, 2022 - Java
-
Updated
Aug 2, 2021 - Java
-
Updated
Jun 29, 2021 - PHP
-
Updated
Sep 24, 2021 - C#
-
Updated
Mar 27, 2022
-
Updated
Mar 30, 2021 - Java
-
Updated
Jun 4, 2016 - Ruby
-
Updated
Oct 10, 2018 - HTML
-
Updated
Dec 18, 2021 - Python
UTF8 support
Hello! Thanks for this great project.
I need to use characters like "ç", "é", etc... When I print with that, I get something like "chinese" characters.
Is it possible with this lib? Or is this a limitation of my printer(I'm testing in a "Kinup KP-1019")?
Obs: I'm new with this.
Thank you!
Modo Paisagem
é possivel imprimir em modo paisagem ?
Add a report to show the value of stock as at a particular date/time.
At the moment I do this through runtill dbshell:
date = datetime.date(2014, 12, 1)
from sqlalchemy.sql import or_
# Number of units of this item of stock used
used = td.func.coalesce(
(td.select([td.func.sum(StockOut.qty)]).\
correlate(StockItem.__table__).\
where(StockOut.time < date).\
w-
Updated
Jun 21, 2021 - Java
-
Updated
Sep 7, 2019 - Go
-
Updated
Apr 29, 2017 - Java
-
Updated
Jan 3, 2017 - Go
Improve this page
Add a description, image, and links to the escpos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the escpos topic, visit your repo's landing page and select "manage topics."
I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p