-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Support for QR codes #59
Comments
Not currently. The parser knows how to skip past the commands, but we don't use a library to turn them into images for HTML output yet. We have one test file ( It would be possible to add support for some types of QR code fairly easily. Do you have any example binary files that contain QR codes which could be used for testing such a feature? |
Hi @mike42 I have ended up generating QR codes as images and then adding them as images. Here is an example of escpos file with QR code: |
@bblimke where do you add them? And how you distiguish the QR inside the lines? Could you share some code please? |
@gelinger777 QR is not supported and I don't remember how to distinguish them. I ended up producing escpos files with images of QR codes instead of QR codes. |
problem is that different manufacturers have different commands which should be sent before the qr code string and after it. If we could achive at least that on epson/metapace and 2 other major manufacturer's qr codes would be detected and replaced with base64 images would be great imho... |
Hi,
Does esc2html command support QR codes?
The text was updated successfully, but these errors were encountered: