Info
Version: | 6.0.24.1111 |
Author(s): | Neodynamic |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.neodynamic.com/products/zpl-printer-emulator-sdk/ |
NuGet Url: | https://www.nuget.org/packages/Neodynamic.SDK.ZPLPrinter |
Install
Install-Package Neodynamic.SDK.ZPLPrinter
dotnet add package Neodynamic.SDK.ZPLPrinter
paket add Neodynamic.SDK.ZPLPrinter
Neodynamic.SDK.ZPLPrinter Download (Unzip the "nupkg" after downloading)
Dependencies
- SkiaSharp(>= 1.60.0)
- System.Text.Encoding.CodePages(>= 4.5.0)
Tags
Convert ZPL to Images & Docs
============================
Use ZPLPrinter Emulator SDK to easily convert ZPL commands to PNG, JPG, PDF, PCX, Zebra GRF ASCII hex, Zebra EPL Binary Graphic, Honeywell-Intermec FingerPrint Binary Graphic & EPSON ESC/POS NV Binary Graphic 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.
Rendered ZPL Elements
==========================
ZPLPrinter Emulator SDK returns the list of rendered ZPL elements based on the processed commands providing the following info: ZPL Command Name, Content, X, Y, Width & Height.