Labelary.Abstractions 3.1.0

dotnet add package Labelary.Abstractions --version 3.1.0
NuGet\Install-Package Labelary.Abstractions -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Labelary.Abstractions" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Labelary.Abstractions --version 3.1.0
#r "nuget: Labelary.Abstractions, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Labelary.Abstractions as a Cake Addin
#addin nuget:?package=Labelary.Abstractions&version=3.1.0

// Install Labelary.Abstractions as a Cake Tool
#tool nuget:?package=Labelary.Abstractions&version=3.1.0

Virtual ZPL Printer

An Ethernet based virtual Zebra Label Printer that can be used to test applications that produce bar code labels. This application uses the Labelary service found at http://labelary.com.

Latest Release

Download the installer (v 3.1.0)

Now requires .NET 8.0. Download Setup.exe and the MSI if you need to have the .NET 8.0 Framework installed automatically.

Version 3.1.0 Updates:
  1. Exposed the Labelary API URL in global settings to allow HTTPS or HTTP.
  2. Added the option to use POST or GET in global settings.
  3. Added an option to enable Linting in global settings. Linting is an option provided by Labelary to provide warnings for the ZPL text sent to the API.
  4. Added a viewer for the ZPL warnings. The viewer can be accesses via the context menu on an image or by clicking the button on the label image (which is only visible when warnings exist).
  5. Added a preview button on the label image to open the image viewer.
  6. Made the connection test viewer output read-only.

Screen Shots

alternate text is missing from this package README image

alternate text is missing from this package README image

alternate text is missing from this package README image

alternate text is missing from this package README image

alternate text is missing from this package README image

alternate text is missing from this package README image

alternate text is missing from this package README image

History

Version 3.0.2 Updates:
  1. Added menu option to test Labelary connectivity.
  2. Added the ability to configure a physical printer to print a label retrieved from the Labelary API. This is currently limited in functionality and may be expanded in future versions.
Version 3.0.1 Updates:
  1. Added support to specify the cached image file name in ZPL using a comment such as ^FX ImageFileName: USPS-Shipping. The file numbering is still controlled by the application (as well as page numbering when a ZPL file contains more than one label).
Version 3.0.0 Updates:
  1. Updated to .NET 8.0
  2. Merged Pull-Request: Avoid splitting large messages | Make encoding configurable #37
  3. Fixed Bug: Sizes in millimeters or centimeters not saving correctly #29
  4. Fixed Bug: Test windows not working properly (can't paste or add enters) #30
  5. Fixed Bug: Print settings takes into account regional formatting #33
  6. Fixed Bug: Print ZPL Bug #38
Version 2.3.0 Updates:
  1. Fixed issue with test label window not reopening.
  2. Added ZPL editor to test label window (no save option).
  3. Added application menu.
  4. Added hot keys for certain actions.
  5. Added global settings (with configurable TCP settings).
  6. Added about menu.
Version 2.2.0 Updates:
  1. Made IP address editable.
  2. Corrected an issue where the configuration dialog would only open once.
Version 2.1.0 Updates:
  1. Upgraded to .NET 7 framework.
  2. Added ZPL filters. One or more find replace filters (supporting regular expressions) can be added to each printer configuration.
Version 2.0.2 Updates:
  1. Large labels (greater than 8192 bytes) were being truncated. Changed TCP/IP receive buffer size to be dynamic.
Version 2.0.1 Updates:
  1. Re-factored code/cleanup.
  2. Added USPS sample label.
  3. Corrected an issue where too many labels at one time could cause a multi-thread related exception.
Version 2.0.0 Updates:
  1. Re-factored user interface.
  2. Added printer configurations.
  3. Added test label templates. Custom templates can be added.
Version 1.0.18 Updates:
  1. Use Labelary X-Total-Count HTTP header to determine the number of labels to create.
Version 1.0.17 Updates:
  1. Added rotation support.
  2. Added support for multiple labels within a single ZPL document.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Labelary.Abstractions:

Package Downloads
Labelary.Service

Provides an easy way to call the Labelary API to get labels from ZPL. This library is used by the Virtual ZPL Printer application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 76 2/5/2024
3.0.0 170 12/14/2023
2.0.1 255 7/2/2022