Neodynamic ZPLPrinter Web API for Docker V2.0.x

Released: Dec 2, 2020

V2.0.x での更新項目

V2.0.32

Updated Feb 3, 2022

Fixes

  • ^FO right justification param value was ignored.

V2.0.31

Updated Jan 24, 2022

Fixes

  • Fixed font scaling when resident scalable fonts are involved.
  • Fixed font scaling for rotated text.

V2.0.30

Updated Dec 23, 2021

Fixes

  • Fixed handled invalid graphic extension for ^XG and ^IL commands.
  • Fixed graphic rendering location when ^FT command is used.
  • Fixed text rendering offset when rotation is specified in the ^A command.
  • Fixed barcode not rendered when '00' is the application identifier and data to encode has 20 digits.

V2.0.29

Updated Nov 13, 2021

Fixes

  • Fixed offset text location for ^FB and ^A commands when using Button Up orientation.
  • Fixed ^BY wide bar to narrow bar width ratio.

V2.0.28

Updated Oct 31, 2021

Fixes

  • Fixed issue with offset text location for ^FB command when using Button Up orientation.

V2.0.27

Updated Oct 14, 2021

Fixes

  • ^BY param validation for wide bar to narrow bar width ratio.

V2.0.26

Updated Oct 1, 2021

Fixes

  • ^FN commands was not handled if they were inside a format without using ^DF and ^XF commands.
  • Better support for commands that are not specified in the expected order.
  • Resident scalable font size rendering when Height and Width params are the same.
  • Justification param parsing for ^FO, ^FT, and ^FW commands.
  • Invalid rotation param in ^FW command.
  • Removed leading and trailing spaces for each text lines when rendering ^FB command.

V2.0.25

Updated Sep 22, 2021

Fixes

  • QR Code was not rendered due to the previous update.

V2.0.24

Updated Sep 15, 2021

Fixes

  • Fixed issue with auto encoding of UTF-8 (Unicode) text into QR Code.

V2.0.23

Updated Sep 6, 2021

Fixes

  • Fixed issue with linear barcode bar ratio parsing.

V2.0.22

Updated Aug 13, 2021

Fixes

  • Text fitting inside text boxes.
  • Horizontal offset for rotated text.

V2.0.21

Updated Aug 12, 2021

Fixes

  • Disabled adding hyphen/dash char when word wrapping needs to be applied.
  • Ignore invalid QR Code Mode param.

V2.0.20

Updated Aug 11, 2021

Features

  • Added new Metrics endpoint: /metrics.

Fixes

  • Offset text location for some special cases.
  • Escaped breakline for text boxes was not handled correctly.
  • Line spacing for bitmap resident fonts in text boxes.
  • Font scaling in text boxes.
  • Breaklines were ignored if they were separated by empty strings in text boxes.

V2.0.19

Updated Aug 9, 2021

Fixes

  • Text size when specifying scalable font with same Width and Height.
  • Handling case senstive fonts and graphics name.
  • PDF417 aspect ratio when no columns nor rows are specified.

V2.0.18

Updated Jul 28, 2021

Fixes

  • Removed background color in barcodes.

V2.0.17

Updated Jul 27, 2021

Fixes

  • ^BQ QR Code offset rendering location.

V2.0.16

Updated Jul 20, 2021

Fixes

  • ^BC data encoding when certain Code 128 invocation characters are specified.

V2.0.15

Updated Jul 6, 2021

Fixes

  • Empty ^FD command was invalidating the next rendering command if any.

V2.0.14

Updated Jun 2, 2021

Fixes

  • Barcode location when rotated orientation (clockwise 90 degrees) is specified.
  • Rect rounded corner was not rendered if specified.
  • Field Orientation auto-justification param.

V2.0.13

Updated Apr 14, 2021

Fixes

  • Fixed bug in graphic-related commands.
  • Fixed bug when parsing invalid chars in ^FD command.

V2.0.12

Updated Mar 31, 2021

Fixes

  • Added some missing Latin1 chars to Resident Font D.

V2.0.11

Updated Mar 12, 2021

Fixes

  • Fixed issue where ^LL param values less than 832 dots were ignored.
  • Fixed issue where Shapes were not rendered if stroke thickness param was zero.

V2.0.10

Updated Mar 10, 2021

Fixes

  • Fixed support for CORS.

V2.0.9

Updated Mar 6, 2021

Features

  • Added Health Check endpoint /health.

Fixes

  • Fixed issue with DataMatrix automatic Unicode chars encoding.
  • Fixed issue with DataMatrix rotation.
  • Fixed issue with Code 39 auto upper-case conversion.
  • Fixed issue with Skip invalid Code 128 encoding chars.
  • Fixed issue with Resident scalable fonts stretching.
  • Fixed issue with Text location with Rotated and Bottom Up orientations.
  • Fixed issue with Image/Graphic location when ^FT command is involved.
  • Fixed issue with Multiline text rendering for ^FB & ^TB commands.
  • Fixed issue with ^GB, ^GC, ^GE, ^GD param validation and default values.
  • Fixed issue with ^CW not taken effect with cached fonts.

V2.0.8

Updated Feb 20, 2021

Fixes

  • Field reverse was not working as expected when data field was empty.

V2.0.7

Updated Feb 15, 2021

Fixes

  • Fixed bug when text wrapping is required.

V2.0.6

Updated Feb 10, 2021

Fixes

  • Fixed issue where default value params were not used for invalid or out of range values.

V2.0.5

Updated Feb 9, 2021

Fixes

  • Fixed issue with CRC validation for graphic commands.

V2.0.4

Updated Feb 5, 2021

Fixes

  • Fixed issue where Horizontal Tab char was ignored when parsing.

V2.0.3

Updated Jan 30, 2021

Features

  • Added support for custom font files.

V2.0.2

Updated Dec 9, 2020

Fixes

  • Fixed text rendering location for some special cases.
  • Fixed barcode default boolean values parsing.

V2.0.1

Updated Dec 4, 2020

Fixes

  • Fixed CRC validation for PNG Base64 image encoding.

V2.0

Updated Dec 2, 2020

Features

  • Added support for ^SF Serialization Field command.
  • Added support for ^SN Serialization Data command supporting replication copies.
  • Added support for ^PQ Print Quantity command.
  • Added support for ^TO Transfer Object command.
  • Added support for ^BT TLC-39 Barcode command.
  • Added support for ^BB Codablock Barcode command.
  • Added support for ^B4 Code 49 Barcode command.
  • Added support for drawing RFID image on labels where ^RF, ^RQ, ^WF, or ^WT commands might be present.
  • Added support for watermark image in PNG or JPG formats.
  • Improved RTL text rendering when mixed with non-RTL text.