BinaryKits / BinaryKits.Zpl

BinaryKits.Zpl a set of .net libraries. The project supports you in the simple creation of zebra labels. It generates the ZPL data, it is a printer description language from Zebra Technologies. ZPL II is now emulated by many label printers from different manufacturers. So with this implementation you can create labels for most printers.
MIT License
307 stars 112 forks source link

Apply RecallFieldNumber to current template #235

Closed primo-ppcg closed 4 months ago

primo-ppcg commented 4 months ago

Fixes #234

Sample labels:

^XA
^BY2^FO99,99^B2N,80,Y^FN1^FS
^FN1^FD123456789012^FS
^XZ

label-1

^XA
^DFFORMAT^FS
^BY2,3.0^FO40,40^BCN,80,Y,,,A^FR^FN1^FS
^BY2,3.0^FO40,160^BCN,80,Y,,,A^FR^FN2^FS
^FN1^FD12345^FS
^XZ

^XA
^XFFORMAT.ZPL
^FN2^FDABC12345^FS
^XZ

label-2

PradeepTiwari98 commented 4 months ago

Thanks for updates, Could you please merge this to master and create new build to nuget.

primo-ppcg commented 4 months ago

@PradeepTiwari98 I intend to package this with a fix for #231, and possibly #237, likely this weekend.

PradeepTiwari98 commented 4 months ago

Could you please confirm when you merge this to master.