All Projects → receipt-print-hq → escpos-tools

receipt-print-hq / escpos-tools

Licence: MIT license
Utilities to read ESC/POS print data

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to escpos-tools

ESCPOS
A ESC/POS Printer Commands Helper
Stars: ✭ 26 (-82.07%)
Mutual labels:  escpos, receipt, pos
chrome-raw-print
Chrome app to enable raw printing from a browser
Stars: ✭ 57 (-60.69%)
Mutual labels:  printing, receipt, pos
esc pos bluetooth
ESC/POS (thermal, receipt) printing for Flutter & Dart (Android/iOS)
Stars: ✭ 177 (+22.07%)
Mutual labels:  receipt, pos
quicktill
Figure out where all the money and stock went to
Stars: ✭ 29 (-80%)
Mutual labels:  escpos, pos
mini-map-maker
A tool for automatically generating 3D printable STLs from freely available lidar scan data.
Stars: ✭ 51 (-64.83%)
Mutual labels:  printing
bootstrap-print
To manage print media for Twitter Bootstrap v3.
Stars: ✭ 60 (-58.62%)
Mutual labels:  printing
floaxie
Floating point printing and parsing library based on Grisu2 and Krosh algorithms
Stars: ✭ 28 (-80.69%)
Mutual labels:  printing
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-88.28%)
Mutual labels:  pos
escpos-coffee-samples
anastaciocintra.github.io/escpos-coffee
Stars: ✭ 29 (-80%)
Mutual labels:  escpos
rpicore
RPICoin - Proof of Stake Cryptocurrency
Stars: ✭ 16 (-88.97%)
Mutual labels:  pos
pos-mamba-sdk
SDK for developing in the Mamba web environment
Stars: ✭ 34 (-76.55%)
Mutual labels:  pos
winprint
winprint 2.0 - Advanced source code and text file printing. The perfect tool for printing source code, web pages, reports generated by legacy systems, documentation, or any text or HTML file. It works interactively or from the command line making it great for single users or whole enterprises. Works great with Powershell.
Stars: ✭ 52 (-64.14%)
Mutual labels:  printing
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (-83.45%)
Mutual labels:  printing
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (-80.69%)
Mutual labels:  pos
receipt-parser-server
Receipt parser server written in python.
Stars: ✭ 64 (-55.86%)
Mutual labels:  receipt
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (-42.07%)
Mutual labels:  pos
receipt-manager-webapp
Receipt parser webapplication written in javascript and python.
Stars: ✭ 37 (-74.48%)
Mutual labels:  receipt
Print-Reset-Tool
No description or website provided.
Stars: ✭ 18 (-87.59%)
Mutual labels:  printing
AngularPos
A real-time, simple web Point of Sale system written with Angular 12, Firebase (Cloud Firestore), Bootstrap 4 and PrimeNg
Stars: ✭ 67 (-53.79%)
Mutual labels:  pos
jipp
A Java implementation of IPP
Stars: ✭ 97 (-33.1%)
Mutual labels:  printing

ESC/POS command-line tools Build Status

This repository provides command-line utilities for extracting information from binary ESC/POS data. ESC/POS is a page description language that is commonly used for receipt printing.

Currently we have a prototype ESC/POS parser, which can extract the commands contained in printable ESC/POS binary data, and render them to various formats.

Quick start

This project is requires:

  • PHP 5.6 or better
  • The mbstring and imagick extensions
  • composer

To install from source:

git clone https://github.com/receipt-print-hq/escpos-tools
cd escpos-tools
composer install

Included utilities

esc2text

esc2text extracts text and line breaks from binary ESC/POS files.

esc2html

esc2html converts binary ESC/POS files to HTML.

escimages

escimages extracts graphics from binary ESC/POS files in PBM and PNG format.

Contribute

Licensing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].