You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the same ZPL code in the labelary service or try to print on the real label printer I get the next label
Looks like the BinaryKits viewer does not use correctly ^FT command before the ^BQ command. In case I change the ^FT command with ^FO in labelary I get the same image as the BinaryKits viewer.
The text was updated successfully, but these errors were encountered:
* Add better support for QR Codes
- Implement `^FT` Positioning (#142)
- Implement Error Correction (#67)
- Parse FieldData correctly for Normal Mode and Mixed Mode
* Add RenderFormat and RenderQuality to DrawerOptions (#141)
* Drop QRCoder Dependency
* Fix XML docstrings
* Bump version numbers
Hi,
I am testing the BinaryKits Viewer label image generator. And I found a problem with the QR code drawing. I used the next ZPL code
BinaryKits viewer produces the next label:
If I use the same ZPL code in the labelary service or try to print on the real label printer I get the next label
Looks like the BinaryKits viewer does not use correctly ^FT command before the ^BQ command. In case I change the ^FT command with ^FO in labelary I get the same image as the BinaryKits viewer.
The text was updated successfully, but these errors were encountered: