Neodynamic ZPLPrinter Web API for Docker V3.0.x

Released: Feb 15, 2022

Updates in V3.0.x

V3.0.20

Updated Feb 22, 2023

Fixes

  • Fixed Y-offset when text contains acute accent.
  • Fixed Y-offset when barcode human readable text is empty.
  • Fixed ^BC data encoding.

V3.0.19

Updated Jan 17, 2023

Fixes

  • Text block size which affected text alignment.

V3.0.18

Updated Dec 30, 2022

Fixes

  • Big numbers parsing under counters scenarios.
  • Rendering logic when ^FN, ^SN or ^SF are involved in the same label format.
  • Many font size rendering related issues.

V3.0.17

Updated Dec 20, 2022

Fixes

  • Spaces in some ZPL commands params might invalidate the parsing.
  • Ignore dashes when GS1 128 with AI (00) is encoded.
  • GS1-128 (UCC/EAN-128) human readable text font type.
  • Default font size specified through ^CF command was ignored.
  • Barcode rotation for ^BC command when a custom font setting is specified.

V3.0.16

Updated Dec 6, 2022

Features

  • Added support for the ^BC command with custom font settings.

Fixes

  • Fixed ^BC command data parsing.
  • Fixed ^SN command which ignored any content other than digits.

V3.0.15

Updated Oct 27, 2022

Fixes

  • Fixed ^FN command was not correctly handled.
  • EAN/UPC barcode rendering location.
  • Fixed ^FB text offset when bitmap resident font is used.

V3.0.14

Updated Oct 10, 2022

Fixes

  • Fixed ^FT horizontal offset for ^FB text block when using `R` rotation param in ^A command.
  • Allow Base64 images with invalid padding.

V3.0.13

Updated Sep 21, 2022

Fixes

  • Fixed CRC calc and validation when Z64 image format is specified.

V3.0.12

Updated Aug 31, 2022

Fixes

  • Field text block rendering location when rotating 90 and 270 degrees.
  • ^FO, ^FT, ^FW commands when specifying right alignment.
  • Print orientation command rotates labels incorrectly.
  • ^ST invalid date handling.

V3.0.11

Updated Jul 25, 2022

Features

  • Added support for Apple M1/2 Silicon Chips based in the ARM architecture.

Updated Jul 22, 2022

Fixes

  • Fixed font height issue in some special cases.

V3.0.10

Updated Jul 4, 2022

Fixes

  • Fixed ^A command offset rendering location.

V3.0.9

Updated Jun 27, 2022

Fixes

  • Fixed ^FB rotated size and rendering location.
  • Fixed ^FO and ^FT negative invalid X & Y param values.

V3.0.8

Updated Jun 24, 2022

Fixes

  • Fixed Maxicode rendering location.

V3.0.7

Updated Jun 1, 2022

Fixes

  • Fixed Aztec Code and QR Code module size range validation.
  • Honoring the Zebra bug "^BY Command Parameter Causes a Position Shift of the QR Code Barcode".

V3.0.6

Updated May 12, 2022

Features

  • Added support for 'FA Field Allocate' command.

Fixes

  • FB text rendering and params values range validation when parsing.

V3.0.5

Updated Apr 20, 2022

Fixes

  • Fixed ^SN default value parsing.
  • Fixed Font D & A vertical offset for text boxes commands when running under Linux OS.

V3.0.4

Updated Mar 18, 2022

Fixes

  • Fixed ^BC barcode rendering. Space char was not ignored when `D` mode was specified.

V3.0.2

Updated Mar 7, 2022

Fixes

  • Fixed ^BX Data Matrix text encoding.

V3.0.1

Updated Mar 2, 2022

Fixes

  • At sign glyph size of Font 0.
  • ^GB command rendering when stroke thickness is bigger than available rect size.
  • Text offset when chars scaling is involved.

V3.0

Updated Feb 15, 2022

Features

  • Support for ^FM Multiple Field Origin Locations command.
  • Support for ^FC Field Clock command.
  • Support for ^SL Set Mode and Language (for Real-Time Clock) command.
  • Support for ^SO Set Offset (for Real-Time Clock) command.
  • Support for ^ST Set Date and Time (for Real-Time Clock) command.
  • Added Zebra EPL Binary output format rendering. This allows converting ZPL commands to Zebra's EPL graphic format.
  • Added Honeywell-Intermec FingerPrint Binary output format rendering. This allows converting ZPL commands to FingerPrint graphic format.
  • Added EPSON ESC/POS NV Binary output format rendering. This allows converting ZPL commands to ESC/POS graphic format.
  • Improved QR Code Auto Encoding.