PDFtoZPL 3.3.0
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PDFtoZPL --version 3.3.0
NuGet\Install-Package PDFtoZPL -Version 3.3.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="PDFtoZPL" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFtoZPL --version 3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PDFtoZPL, 3.3.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 PDFtoZPL as a Cake Addin #addin nuget:?package=PDFtoZPL&version=3.3.0 // Install PDFtoZPL as a Cake Tool #tool nuget:?package=PDFtoZPL&version=3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PDFtoZPL
A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language commands.
This .NET library is built on top of
- PDFium (native PDF renderer)
- PdfiumViewer (wrapper for PDFium)
- SkiaSharp (cross-platform 2D graphics API)
You can use Labelary Online ZPL Viewer to render the resulting ZPL code.
Getting started
Just call one of the following static methods:
PDFtoZPL.Conversion.ConvertPdfPage()
PDFtoZPL.Conversion.ConvertPdf()
PDFtoZPL.Conversion.ConvertPdfAsync()
PDFtoZPL.Conversion.ConvertBitmap()
How does it work?
- Use PDFium to render a bitmap (for PDF files)
- Make the bitmap monochrome
- Convert the bitmap into a ^GF (Graphic Field) command
- Compress the command hexdecimal data to shrink the ZPL code in size
- Return the generated ZPL code
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. 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 Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 is compatible. |
MonoAndroid | monoandroid10.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- PDFtoImage (>= 2.2.0)
- SharpZipLib (>= 1.4.2)
-
.NETFramework 4.8.1
- PDFtoImage (>= 2.2.0)
- SharpZipLib (>= 1.4.2)
-
MonoAndroid 10.0
- PDFtoImage (>= 2.2.0)
- SharpZipLib (>= 1.4.2)
-
net6.0
- PDFtoImage (>= 2.2.0)
- SharpZipLib (>= 1.4.2)
-
net6.0-android31.0
- PDFtoImage (>= 2.2.0)
- SharpZipLib (>= 1.4.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PDFtoZPL:
Package | Downloads |
---|---|
SktPublicLib
Softketeers public library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.0.0-preview | 97 | 10/18/2024 | |
5.3.1 | 1,478 | 9/20/2024 | |
5.3.0 | 3,010 | 8/9/2024 | |
5.2.0 | 725 | 7/24/2024 | |
5.1.0 | 1,266 | 7/11/2024 | |
5.0.2 | 2,787 | 6/28/2024 | |
5.0.1 | 13,944 | 3/14/2024 | |
5.0.0 | 6,402 | 2/29/2024 | |
4.1.0 | 2,062 | 1/29/2024 | |
4.0.0 | 3,116 | 12/29/2023 | |
3.6.4 | 1,935 | 12/14/2023 | |
3.6.3 | 8,756 | 11/19/2023 | |
3.6.2 | 7,588 | 10/11/2023 | |
3.6.1 | 1,274 | 9/25/2023 | |
3.6.0 | 1,113 | 9/6/2023 | |
3.5.0 | 240 | 9/3/2023 | |
3.4.2 | 241 | 8/27/2023 | |
3.4.1 | 5,901 | 7/30/2023 | |
3.4.0 | 994 | 7/19/2023 | |
3.3.0 | 28,564 | 2/2/2023 | |
3.2.3 | 441 | 1/20/2023 | |
3.2.2 | 15,126 | 7/22/2022 | |
3.2.1 | 5,696 | 6/22/2022 | |
3.2.0 | 637 | 6/17/2022 | |
3.1.0 | 819 | 5/27/2022 | |
3.0.0 | 517 | 5/25/2022 | |
3.0.0-preview3 | 8,409 | 2/8/2022 | |
3.0.0-preview | 2,898 | 1/2/2022 | |
2.2.1 | 25,862 | 11/10/2021 | |
2.2.0 | 19,113 | 10/10/2021 | |
2.1.3 | 1,514 | 8/26/2021 | |
2.1.2 | 427 | 8/19/2021 | |
2.1.1 | 447 | 8/13/2021 | |
2.1.1-preview | 402 | 7/30/2021 | |
2.1.0 | 14,041 | 6/17/2021 | |
2.0.1 | 1,077 | 5/29/2021 | |
2.0.0 | 4,960 | 3/22/2021 | |
1.3.1 | 10,007 | 3/21/2021 | |
1.2.0 | 547 | 2/28/2021 | |
1.2.0-preview | 295 | 2/28/2021 | |
1.1.0 | 943 | 11/24/2020 | |
1.0.0 | 908 | 2/7/2020 |
- Added support for .NET Framework 4.8.1 and win-arm64.
- Added optional parameter withAspectRatio for resizing.