PDFtoZPL 2.1.1-preview

This is a prerelease version of PDFtoZPL.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PDFtoZPL --version 2.1.1-preview
                    
NuGet\Install-Package PDFtoZPL -Version 2.1.1-preview
                    
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.1.1-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PDFtoZPL" Version="2.1.1-preview" />
                    
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.1.1-preview
                    
#r "nuget: PDFtoZPL, 2.1.1-preview"
                    
#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.
#:package PDFtoZPL@2.1.1-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PDFtoZPL&version=2.1.1-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PDFtoZPL&version=2.1.1-preview&prerelease
                    
Install 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.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
6.1.1 8,797 6/4/2025
6.1.0 2,385 5/2/2025
6.0.0 10,725 12/7/2024
6.0.0-preview.2 123 11/8/2024
6.0.0-preview 172 10/18/2024
5.3.1 37,316 9/20/2024
5.3.0 10,091 8/9/2024
5.2.0 1,935 7/24/2024
5.1.0 2,696 7/11/2024
5.0.2 3,507 6/28/2024
5.0.1 31,690 3/14/2024
5.0.0 16,081 2/29/2024
4.1.0 3,604 1/29/2024
4.0.0 5,526 12/29/2023
3.6.4 3,957 12/14/2023
3.6.3 13,579 11/19/2023
3.6.2 12,819 10/11/2023
3.6.1 2,229 9/25/2023
3.6.0 1,355 9/6/2023
3.5.0 313 9/3/2023
3.4.2 314 8/27/2023
3.4.1 8,689 7/30/2023
3.4.0 1,256 7/19/2023
3.3.0 33,312 2/2/2023
3.2.3 584 1/20/2023
3.2.2 19,008 7/22/2022
3.2.1 6,085 6/22/2022
3.2.0 986 6/17/2022
3.1.0 972 5/27/2022
3.0.0 654 5/25/2022
3.0.0-preview3 8,581 2/8/2022
3.0.0-preview 3,025 1/2/2022
2.2.1 45,991 11/10/2021
2.2.0 19,649 10/10/2021
2.1.3 1,720 8/26/2021
2.1.2 549 8/19/2021
2.1.1 561 8/13/2021
2.1.1-preview 534 7/30/2021
2.1.0 14,555 6/17/2021
2.0.1 1,282 5/29/2021 2.0.1 is deprecated because it has critical bugs.
2.0.0 5,231 3/22/2021 2.0.0 is deprecated because it has critical bugs.
1.3.1 28,262 3/21/2021
1.2.0 783 2/28/2021
1.2.0-preview 422 2/28/2021
1.1.0 1,355 11/24/2020 1.1.0 is deprecated because it has critical bugs.
1.0.0 1,124 2/7/2020

Fixed pdfium.dll loading issues and include newer PDFium release.