PDFtoZPL 2.0.1

Suggested Alternatives

PDFtoZPL 2.1.0

Additional Details

.NET 5.x target can fail when converting PDF files.
.NET Framework and .NET Core 3.x are unaffected.

There is a newer version of this package available.
See the version list below for details.
dotnet add package PDFtoZPL --version 2.0.1
                    
NuGet\Install-Package PDFtoZPL -Version 2.0.1
                    
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.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PDFtoZPL" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="PDFtoZPL" />
                    
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 PDFtoZPL --version 2.0.1
                    
#r "nuget: PDFtoZPL, 2.0.1"
                    
#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.
#addin nuget:?package=PDFtoZPL&version=2.0.1
                    
Install PDFtoZPL as a Cake Addin
#tool nuget:?package=PDFtoZPL&version=2.0.1
                    
Install PDFtoZPL as a Cake Tool

Just call the static methods PDFtoZPL.Conversion.ConvertPdfPage() or 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.  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 netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.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
6.1.0 1,249 5/2/2025
6.0.0 7,570 12/7/2024
6.0.0-preview.2 92 11/8/2024
6.0.0-preview 126 10/18/2024
5.3.1 18,360 9/20/2024
5.3.0 7,222 8/9/2024
5.2.0 1,696 7/24/2024
5.1.0 2,292 7/11/2024
5.0.2 3,149 6/28/2024
5.0.1 27,051 3/14/2024
5.0.0 11,503 2/29/2024
4.1.0 3,128 1/29/2024
4.0.0 5,035 12/29/2023
3.6.4 3,195 12/14/2023
3.6.3 12,239 11/19/2023
3.6.2 11,308 10/11/2023
3.6.1 2,012 9/25/2023
3.6.0 1,290 9/6/2023
3.5.0 264 9/3/2023
3.4.2 262 8/27/2023
3.4.1 7,748 7/30/2023
3.4.0 1,181 7/19/2023
3.3.0 31,176 2/2/2023
3.2.3 508 1/20/2023
3.2.2 17,533 7/22/2022
3.2.1 5,893 6/22/2022
3.2.0 688 6/17/2022
3.1.0 882 5/27/2022
3.0.0 567 5/25/2022
3.0.0-preview3 8,468 2/8/2022
3.0.0-preview 2,936 1/2/2022
2.2.1 38,784 11/10/2021
2.2.0 19,390 10/10/2021
2.1.3 1,620 8/26/2021
2.1.2 474 8/19/2021
2.1.1 498 8/13/2021
2.1.1-preview 442 7/30/2021
2.1.0 14,242 6/17/2021
2.0.1 1,153 5/29/2021 2.0.1 is deprecated because it has critical bugs.
2.0.0 5,094 3/22/2021 2.0.0 is deprecated because it has critical bugs.
1.3.1 20,517 3/21/2021
1.2.0 631 2/28/2021
1.2.0-preview 343 2/28/2021
1.1.0 1,145 11/24/2020 1.1.0 is deprecated because it has critical bugs.
1.0.0 997 2/7/2020

Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.