Neodynamic.SDK.EPLPrinter 3.0.0

dotnet add package Neodynamic.SDK.EPLPrinter --version 3.0.0
NuGet\Install-Package Neodynamic.SDK.EPLPrinter -Version 3.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.EPLPrinter" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neodynamic.SDK.EPLPrinter --version 3.0.0
#r "nuget: Neodynamic.SDK.EPLPrinter, 3.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.
// Install Neodynamic.SDK.EPLPrinter as a Cake Addin
#addin nuget:?package=Neodynamic.SDK.EPLPrinter&version=3.0.0

// Install Neodynamic.SDK.EPLPrinter as a Cake Tool
#tool nuget:?package=Neodynamic.SDK.EPLPrinter&version=3.0.0

EPLPrinter Emulator SDK for .NET allows you to Convert, Preview and Render raw EPL (Zebra/Eltron 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 EPL to Images & Docs
============================
Use EPLPrinter Emulator SDK to easily convert EPL 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 EPL Commands
====================
Need to test EPL commands and don't have a real Zebra printer device? No problem! Use EPLPrinter Emulator SDK to preview EPL commands without wasting any labels!

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

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

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

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

Colored Label Simulation
========================
EPLPrinter Emulator SDK can be configured to convert EPL 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 EPL Output Rotation
==========================
Even EPL supports rotation, EPLPrinter Emulator SDK can be configured to rotate EPL outputs to 90, 180 & 270 clockwise degrees.

Rendered EPL Elements
==========================
EPLPrinter Emulator SDK returns the list of rendered EPL elements based on the processed commands providing the following info: EPL Command Name, Content, X, Y, Width & Height.

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. 
.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.EPLPrinter:

Package Downloads
Neodynamic.SDK.EPLPrinter.WindowsPrinting

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

Neodynamic.SDK.EPLPrinter.UnixPrinting

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 373 12/5/2023
2.0.0 757 3/16/2023
1.0.22.725 641 7/25/2022
1.0.22.630 414 6/30/2022
1.0.22.624 403 6/24/2022
1.0.22.610 411 6/10/2022
1.0.22.503 451 5/4/2022
1.0.0 605 3/14/2022

● New! Support for TS (Set Real-Time Clock) command.
● New! Support for TD (Date Recall & Format Layout) command.
● New! Support for TT (Time Recall & Format Layout) command.
● New! Added HP PCL Binary output format rendering. This allows converting EPL commands to HP PCL graphic format.
● New! Added EnablePrinting prop to format the output rendering commands for printing scenarios.
● New! Neodynamic.SDK.EPLPrinter.WindowsPrinting.dll to print output rendering under Windows.
● New! Neodynamic.SDK.EPLPrinter.UnixPrinting.dll to print output rendering under Linux and macOS.