Neodynamic ThermalLabel SDK for .NET Releases

Released: Sep 25, 2019

Updates in 9.0.19.925

Features

  • Added CommandsOptimizationEnabled property to PrintJob and WindowsPrintJob classes to enable (default value) or disable optimization when generating ZPL and EPL commands.

Fixes

  • PDF417 unreadable symbol when a fixed number of Rows is specified and number of Columns needs to be calculated; and vice versa.

Released: Jul 24, 2019

Updates in 9.0.19.718

Fixes

  • Wrong text rotation in barcodes when rendering to ZPL commands.
  • Missing text in EAN/UPC barcodes when printing as raw commands.

Released: Jun 24, 2019

Updates in 9.0

Features

  • Support for EPSON ESC/POS compatible printers.
  • Full Color support for all items in any label. Color must be specified in hex notation like in HTML/CSS. Added the following new properties:
  • For TextItem: BackColorHex, ForeColorHex, BorderColorHex
  • For BarcodeItem: BackColorHex, ForeColorHex, BorderColorHex, BarColorHex, TextForeColorHex
  • For Shape Items: FillColorHex, StrokeColorHex
  • For ImageItem: ConvertToMonochrome (default is True for backward compatibility) - Set to False for printing...

Released: Jan 31, 2019

Updates in 8.0.19.130

Features

  • Improved nullable type support in data binding scenarios.

Fixes

  • White Text On Black background was not rendered correctly with 90 or 270 degrees rotation.
  • Bug in BarcodeItem when Sizing is FitProportional in data binding scenarios under both Windows and Web Label Editors.

Released: May 29, 2018

Updates in 8.0.18.525

Features

  • Added Editable property to Items. When setting to False, the Item cannot be modified or deleted through the Visual Editor.

Fixes

  • Text location was shifted depending on AntiAlias setting in TextItem and BarcodeItem objects.

Released: Apr 17, 2018

Updates in 8.0

Features

  • ThermalLabel SDK is now a .NET Standard 2.0+ library which means it can be used in any projects targeting the following platforms:
    • .NET Core 2.0+
    • .NET Framework 4.6.1+
    • Mono 5.4+
    • Xamarin.iOS 10.14+
    • Xamarin.Android 8.0+
    • Xamarin.Mac 3.8+
    • Universal Windows Platform (UWP) 10.0.16299+
  • Export labels to SVG vector image format.
  • Darkness setting for ThermalLabel object.
  • PDF Metadata (Author, Creator, Producer, Subject, and Title) to specify when exporting labels to that document format...

Released: Mar 31, 2017

Updates in 7.0

Features

  • Fingerprint Command Language generation that supports Honeywell/Intermec Thermal Printers.
  • Rich Text supporting Bold, Italic and Underline formats for TextItem by using [b][/b], [i][/i] and [u][/u] markup tags respectively.
  • Added GetBinaryNativePrinterCommands method to PrintJob class to get the output printer commands bytes generated by the SDK based on the PrintJob settings.
  • Added mirror printing support. Must be specified to brand new PrintMirror property of ThermalLabel object...

Released: Jun 2, 2015

Updates in this release

Updates in 6

  • Upload any TTF font to the printer's memory and then use it with any TextItem object that supports UTF-8 text.
  • Added support for Multilingual Code Page to Native Printer Fonts in both ZPL and EPL formats.
  • Added full support for ZPL standard Font "0", a scalable font built in to the firmware.
  • Error handling exception now enabled.
  • New barcode symbologies added including Han Xin Code (2D) Chinese Barcode, GS1 QR Code, IFA PPN (securPharm) 2D Data Matrix with PZN8 auto conversion, HIBC...

Released: Jun 1, 2011

Updates in this release

Updates in 4.0.3500.8

  • Added new WPF (Windows Presentation Framework) samples reproducing the same Windows Forms samples
  • Improved the GS1-128 (formerly EAN/UCC-128) barcode algorithm when doing AIs concatenation
  • Fixed a bug in the Auto encoding mode on PDF-417 barcode

Released: Apr 11, 2011

Updates in this release

Updates in 4.0

  • A complete and re-written labeling engine.
  • An unified object model which will allows you to create ONE label and print it to either ZPL or EPL printer getting the SAME output printing.
  • Added preview thermal labels without needed a physical printer. It is useful for testing as well as developing.
  • Added Print Orientation feature. You can now print ThermalLabel objects in Portrait and Landscape orientation with 90, 180 & 270 degrees rotation.
  • Added exportation of PrintJob &amp...