PDFtoZPL 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PDFtoZPL --version 2.2.0
NuGet\Install-Package PDFtoZPL -Version 2.2.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="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFtoZPL --version 2.2.0
#r "nuget: PDFtoZPL, 2.2.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=2.2.0

// Install PDFtoZPL as a Cake Tool
#tool nuget:?package=PDFtoZPL&version=2.2.0

Just call one of the following static methods:

  • PDFtoZPL.Conversion.ConvertPdfPage()
  • PDFtoZPL.Conversion.ConvertPdf()
  • PDFtoZPL.Conversion.ConvertPdfAsync()
  • PDFtoZPL.Conversion.ConvertBitmap()

On platforms other than Windows you will have to have libgdiplus installed:

Debian-based Linux distributions

sudo apt-get install libgdiplus

macOS (via Homebrew)

brew install mono-libgdiplus
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 PDFtoZPL:

Package Downloads
SktPublicLib

Softketeers public library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 1,115 3/14/2024
5.0.0 1,667 2/29/2024
4.1.0 1,114 1/29/2024
4.0.0 1,564 12/29/2023
3.6.4 1,059 12/14/2023
3.6.3 3,282 11/19/2023
3.6.2 4,468 10/11/2023
3.6.1 748 9/25/2023
3.6.0 915 9/6/2023
3.5.0 200 9/3/2023
3.4.2 209 8/27/2023
3.4.1 4,240 7/30/2023
3.4.0 715 7/19/2023
3.3.0 25,562 2/2/2023
3.2.3 390 1/20/2023
3.2.2 13,154 7/22/2022
3.2.1 5,536 6/22/2022
3.2.0 607 6/17/2022
3.1.0 773 5/27/2022
3.0.0 488 5/25/2022
3.0.0-preview3 8,363 2/8/2022
3.0.0-preview 2,877 1/2/2022
2.2.1 18,442 11/10/2021
2.2.0 16,269 10/10/2021
2.1.3 1,378 8/26/2021
2.1.2 401 8/19/2021
2.1.1 410 8/13/2021
2.1.1-preview 374 7/30/2021
2.1.0 13,762 6/17/2021
2.0.1 1,042 5/29/2021
2.0.0 4,128 3/22/2021
1.3.1 7,403 3/21/2021
1.2.0 509 2/28/2021
1.2.0-preview 267 2/28/2021
1.1.0 877 11/24/2020
1.0.0 852 2/7/2020

Added functions to convert all PDF pages at once (a)synchronously.