Neodynamic.SDK.ZPLPrinter 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neodynamic.SDK.ZPLPrinter --version 2.0.0
                    
NuGet\Install-Package Neodynamic.SDK.ZPLPrinter -Version 2.0.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="Neodynamic.SDK.ZPLPrinter" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Neodynamic.SDK.ZPLPrinter" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Neodynamic.SDK.ZPLPrinter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Neodynamic.SDK.ZPLPrinter --version 2.0.0
                    
#r "nuget: Neodynamic.SDK.ZPLPrinter, 2.0.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.
#:package Neodynamic.SDK.ZPLPrinter@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Neodynamic.SDK.ZPLPrinter&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Neodynamic.SDK.ZPLPrinter&version=2.0.0
                    
Install as a Cake Tool

ZPLPrinter Emulator SDK for .NET allows you to Convert, Preview and Render raw ZPL (Zebra Programming Language) commands to well known image and document formats like PNG, JPG, PCX & PDF by writing C# or VB.NET code targeting any .NET Framework, .NET CORE, Legacy ASP.NET MVC & CORE, Xamarin, Mono & Universal Windows Platform (UWP) projects.

Convert ZPL to Images & Docs
============================
Use ZPLPrinter Emulator SDK to easily convert ZPL commands to PNG, JPG, PCX & PDF formats by writing simple C# or VB.NET code.

Preview ZPL Commands
====================
Need to test ZPL commands and don't have a real Zebra printer device? No problem! Use ZPLPrinter Emulator SDK to preview ZPL commands without wasting any labels!

High Accuracy ZPL Render
========================
ZPLPrinter Emulator SDK renders ZPL commands generating high quality output by reproducing built-in and resident ZPL fonts for texts and barcodes with high accuracy.

Virtual ZPL Printer
===================
ZPLPrinter Emulator SDK works as a Virtual ZPL Printer device. You setup the virtual printer with basic settings like the DPI resolution and default Label Size to finally pass to it the ZPL commands to be processed.    

ZPL Parsing & Processing
========================
ZPLPrinter Emulator SDK can parse ZPL commands from a .NET string, .NET Stream or physical file. It can detect UTF-8 encoding automatically. Most of the ZPL Formatting and Control Commands are supported.

International Text Support
==========================
ZPLPrinter Emulator SDK can render ZPL commands for international text including Latin, Asian and RTL languages like German, French, Italian, Spanish, Portuguese, Swedish, Danish, Polish, Cyrillic, Greek, Chinese, Japanese, Korean, Arabic, Hebrew, and more.

Barcode Symbologies Support
===========================
ZPLPrinter Emulator SDK can generate most of the linear (1D), postal, composite, stacked and 2D barcodes shipped with real printer device.

Colored Label Simulation
========================
ZPLPrinter Emulator SDK can be configured to convert ZPL to PNG, JPG & PDF formats simulating a color ribbon (for label items) and a background color label. Black & White 1bpp is also supported through PCX format.

Custom ZPL Output Rotation
==========================
Even ZPL supports rotation, ZPLPrinter Emulator SDK can be configured to rotate ZPL outputs to 90, 180 & 270 clockwise degrees.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Neodynamic.SDK.ZPLPrinter:

Package Downloads
Neodynamic.SDK.ZPLPrinter.UnixPrinting

Allow printing ZPLPrinter SDK output content from .NET Projects running on Linux or macOS.

Neodynamic.SDK.ZPLPrinter.WindowsPrinting

Allow printing ZPLPrinter SDK output content from .NET Projects running on Windows.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.25.701 258 7/3/2025
6.0.25.411 1,759 4/15/2025
6.0.25.405 211 4/10/2025
6.0.25.221 1,210 2/21/2025
6.0.25.215 132 2/21/2025
6.0.25.213 205 2/15/2025
6.0.25.201 257 2/4/2025
6.0.25.129 144 1/30/2025
6.0.24.1111 5,490 11/13/2024
6.0.24.911 1,896 9/11/2024
6.0.24.801 4,308 8/1/2024
6.0.24.531 1,752 5/31/2024
6.0.24.425 892 4/26/2024
6.0.24.303 3,008 3/4/2024
6.0.24.301 606 3/1/2024
6.0.24.101 12,282 1/2/2024
6.0.23.1123 2,989 11/23/2023
6.0.0 1,256 11/20/2023
5.0.23.1113 5,090 11/14/2023
5.0.23.829 4,772 8/30/2023
5.0.23.807 2,179 8/7/2023
5.0.23.703 2,446 7/3/2023
5.0.23.523 9,833 5/24/2023
5.0.23.509 2,153 5/9/2023
5.0.23.327 2,831 3/28/2023
5.0.23.321 1,788 3/22/2023
5.0.0 2,315 3/7/2023
4.0.23.221 4,401 2/21/2023
4.0.23.115 3,585 1/16/2023
4.0.22.1227 8,438 12/30/2022
4.0.22.1219 5,749 12/20/2022
4.0.22.1206 1,962 12/6/2022
4.0.22.1027 3,445 10/27/2022
4.0.22.1026 1,893 10/26/2022
4.0.22.1008 4,551 10/8/2022
4.0.22.1005 2,034 10/5/2022
4.0.22.920 2,050 9/21/2022
4.0.22.831 2,106 8/31/2022
4.0.22.722 10,797 7/22/2022
4.0.22.721 1,988 7/21/2022
4.0.22.704 2,480 7/4/2022
4.0.22.627 3,724 6/27/2022
4.0.22.623 1,902 6/23/2022
4.0.22.531 2,271 5/31/2022
4.0.22.512 2,218 5/13/2022
4.0.22.420 6,689 4/20/2022
4.0.22.317 2,461 3/18/2022
4.0.22.311 2,232 3/11/2022
4.0.22.307 2,196 3/7/2022
4.0.22.302 20,200 3/2/2022
4.0.0 3,398 2/15/2022
3.0.22.201 42,426 2/2/2022
3.0.22.122 5,255 1/22/2022
3.0.22.112 2,045 1/13/2022
3.0.21.1221 2,352 12/23/2021
3.0.21.1215 2,092 12/16/2021
3.0.21.1207 1,971 12/9/2021
3.0.21.1110 3,634 11/13/2021
3.0.21.1030 3,236 10/31/2021
3.0.21.1012 2,214 10/14/2021
3.0.21.929 2,261 10/1/2021
3.0.21.922 1,968 9/22/2021
3.0.21.914 1,987 9/15/2021
3.0.21.906 3,176 9/6/2021
3.0.21.825 1,973 8/25/2021
3.0.21.813 1,951 8/13/2021
3.0.21.812 1,844 8/12/2021
3.0.21.811 1,966 8/11/2021
3.0.21.810 1,977 8/10/2021
3.0.21.806 2,033 8/9/2021
3.0.21.728 3,993 7/28/2021
3.0.21.727 1,974 7/27/2021
3.0.21.720 14,044 7/20/2021
3.0.21.706 2,035 7/6/2021
3.0.21.602 15,421 6/2/2021
3.0.21.414 2,364 4/14/2021
3.0.21.331 4,067 3/31/2021
3.0.21.311 2,305 3/11/2021
3.0.21.309 2,074 3/9/2021
3.0.21.303 2,067 3/6/2021
3.0.21.220 2,473 2/20/2021
3.0.21.215 2,169 2/15/2021
3.0.21.210 2,385 2/10/2021
3.0.21.209 2,037 2/9/2021
3.0.21.205 17,714 2/5/2021
3.0.20.1208 5,973 12/9/2020
3.0.20.1204 2,308 12/4/2020
3.0.0 2,385 11/30/2020
2.0.20.1126 26,100 11/27/2020
2.0.20.1023 10,744 10/23/2020
2.0.20.1015 3,263 10/20/2020
2.0.20.1008 2,344 10/8/2020
2.0.20.916 4,175 9/16/2020
2.0.20.915 2,253 9/15/2020
2.0.20.914 2,245 9/14/2020
2.0.20.903 2,283 9/3/2020
2.0.20.827 2,497 8/28/2020
2.0.20.825 2,185 8/25/2020
2.0.20.824 2,860 8/24/2020
2.0.20.821 2,196 8/21/2020
2.0.20.820 2,218 8/20/2020
2.0.20.818 2,082 8/19/2020
2.0.20.815 2,354 8/17/2020
2.0.20.610 4,400 6/10/2020
2.0.20.409 34,046 4/13/2020
2.0.20.402 2,254 4/3/2020
2.0.20.401 2,177 4/1/2020
2.0.20.309 2,496 3/10/2020
2.0.20.228 2,277 3/2/2020
2.0.20.205 2,489 2/6/2020
2.0.20.113 3,606 1/15/2020
2.0.19.1220 3,209 12/20/2019
2.0.19.1213 2,307 12/13/2019
2.0.19.1209 2,284 12/10/2019
2.0.19.1205 2,310 12/6/2019
2.0.19.1114 2,483 11/18/2019
2.0.0 2,434 11/8/2019
1.0.19.1022 2,667 10/22/2019
1.0.19.1018 2,260 10/18/2019
1.0.19.905 2,801 9/7/2019
1.0.19.822 2,193 8/22/2019
1.0.19.801 2,289 8/1/2019
1.0.19.725 2,270 7/27/2019
1.0.19.627 2,285 6/27/2019
1.0.19.626 2,293 6/26/2019
1.0.19.607 2,237 6/7/2019
1.0.19.503 2,378 5/3/2019
1.0.19.419 2,347 4/19/2019
1.0.0 2,267 4/9/2019

##New! Added support for ^FV (Field Variable) command.

##New! Added support for ^FN (Field Number) command.

##New! Added support for ^DF (Download Format) command.

##New! Added support for ^XF (Recall Format) command.

##New! Added support for ~EG (Erase Download Graphics) and ^ID (Object Delete) commands.

##New! Added support for background image (in PNG or JPG formats) through the BackgroundImageFile, BackgroundImageUrl, BackgroundImageBase64 and BackgroundImageBinary properties.

##New! Added support for thumbnail output image generation through the ThumbnailSize property.

##New! Added Zebra GRF ASCII hexadecimal output format rendering. This allows converting ZPL commands to Zebra's GRF graphic format.