PdfPrintingCore 5.1.0
See the version list below for details.
dotnet add package PdfPrintingCore --version 5.1.0
NuGet\Install-Package PdfPrintingCore -Version 5.1.0
<PackageReference Include="PdfPrintingCore" Version="5.1.0" />
paket add PdfPrintingCore --version 5.1.0
#r "nuget: PdfPrintingCore, 5.1.0"
// Install PdfPrintingCore as a Cake Addin #addin nuget:?package=PdfPrintingCore&version=5.1.0 // Install PdfPrintingCore as a Cake Tool #tool nuget:?package=PdfPrintingCore&version=5.1.0
Powerful PDF library for working with PDF documents: print, silent print, create, edit, convert to image files, display/view with dedicated component. This version is available only for Windows
Product | Versions 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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- System.Resources.Extensions (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.2.8 | 455 | 10/10/2024 |
5.2.7 | 5,327 | 10/13/2023 |
5.2.6 | 9,633 | 10/12/2023 |
5.2.5 | 291 | 9/14/2023 |
5.2.4 | 324 | 8/25/2023 |
5.2.3 | 1,175 | 7/20/2023 |
5.2.2 | 176 | 7/10/2023 |
5.2.1 | 685 | 3/28/2023 |
5.2.0 | 455 | 3/13/2023 |
5.1.3 | 376 | 2/28/2023 |
5.1.2 | 283 | 2/16/2023 |
5.1.1 | 341 | 2/10/2023 |
5.1.0 | 17,264 | 12/19/2022 |
5.0.0 | 3,092 | 9/21/2022 |
4.10.11 | 713 | 7/14/2022 |
4.10.10 | 7,830 | 2/25/2022 |
4.10.9 | 1,026 | 2/10/2022 |
4.10.8 | 4,100 | 12/23/2021 |
4.10.7 | 1,398 | 7/13/2021 |
4.10.6 | 453 | 7/9/2021 |
4.10.5 | 1,111 | 6/7/2021 |
4.10.4 | 679 | 5/26/2021 |
4.10.3 | 398 | 5/18/2021 |
4.10.1.1 | 513 | 3/11/2021 |
4.10.0 | 2,499 | 12/21/2020 |
Features:
- Added soft margins feature for printing by using the Margins property
- Reworked scaling logic to avoid old values lingering
- Exposed Custom Scale feature on sample project forms
- Provided option for getting multiple bitmaps from multiple pages by using GetBitmapsFromPdfPages()
- Breaking change: Replaced PageNumber property with FromPage and ToPage properties in PdfPrintImageSettings classes to provide clarity how page numbers are used and to avoid confusion