Xfinium.Pdf.Pcl
8.0.0
See the version list below for details.
dotnet add package Xfinium.Pdf.Pcl --version 8.0.0
NuGet\Install-Package Xfinium.Pdf.Pcl -Version 8.0.0
<PackageReference Include="Xfinium.Pdf.Pcl" Version="8.0.0" />
paket add Xfinium.Pdf.Pcl --version 8.0.0
#r "nuget: Xfinium.Pdf.Pcl, 8.0.0"
// Install Xfinium.Pdf.Pcl as a Cake Addin #addin nuget:?package=Xfinium.Pdf.Pcl&version=8.0.0 // Install Xfinium.Pdf.Pcl as a Cake Tool #tool nuget:?package=Xfinium.Pdf.Pcl&version=8.0.0
XFINIUM.PDF library is a cross platform library for PDF development. It supports a wide set of features, ranging from simple PDF creation to form filling, content redaction, complex color conversions or digital signatures. The simple object model follows the PDF specification so you can have complete control over the generated PDF files. Code written for XFINIUM.PDF can be compiled on all supported platforms without changes.
The XFINIUM.PDF.PCL assembly is part of XFINIUM.PDF Generator CROSS PLATFORM package: http://xfiniumpdf.com/xfinium-pdf-crossplatform/xfinium-pdf-packages.html
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xfinium.Pdf.Pcl:
Package | Downloads |
---|---|
Xfinium.Pdf.Render.Pcl
XFINIUM.PDF library is a cross platform library for PDF development. It supports a wide set of features, ranging from simple PDF creation to form filling, content redaction, complex color conversions or digital signatures. The simple object model follows the PDF specification so you can have complete control over the generated PDF files. Code written for XFINIUM.PDF can be compiled on all supported platforms without changes. The Xfinium.Pdf.Render.Pcl package is part of XFINIUM.PDF Viewer CROSS PLATFORM package: http://xfiniumpdf.com/xfinium-pdf-crossplatform/xfinium-pdf-packages.html |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.5.2 | 1,625 | 5/1/2020 |
9.5.1 | 770 | 4/2/2020 |
9.5.0 | 768 | 3/2/2020 |
9.4.1 | 747 | 2/3/2020 |
9.4.0 | 776 | 12/20/2019 |
9.3.1 | 758 | 11/12/2019 |
9.3.0 | 726 | 10/8/2019 |
9.2.1 | 1,029 | 8/30/2019 |
9.2.0 | 835 | 8/2/2019 |
9.1.1 | 798 | 7/1/2019 |
9.1.0 | 842 | 5/30/2019 |
9.0.0 | 1,529 | 3/19/2019 |
8.4.1 | 1,170 | 2/4/2019 |
8.3.3 | 8,189 | 9/28/2018 |
8.3.2 | 1,071 | 8/30/2018 |
8.3.1 | 1,122 | 7/31/2018 |
8.3.0 | 1,259 | 6/29/2018 |
8.2.0 | 1,203 | 5/30/2018 |
8.1.0 | 1,313 | 4/30/2018 |
8.0.0 | 1,243 | 3/29/2018 |
7.1.2 | 1,236 | 2/27/2018 |
7.1.1 | 5,522 | 1/31/2018 |
7.1.0.2 | 1,277 | 1/9/2018 |
7.1.0 | 1,171 | 12/22/2017 |
7.0.0 | 1,677 | 11/7/2017 |
6.9.0 | 1,490 | 7/31/2017 |
6.8.0 | 1,447 | 5/30/2017 |
6.7.1 | 1,252 | 4/26/2017 |
6.7.0 | 1,500 | 3/14/2017 |
6.6.0.16 | 1,428 | 2/1/2017 |
6.6.0.12 | 1,303 | 1/26/2017 |
6.6.0.8 | 1,232 | 1/24/2017 |
6.6.0.6 | 1,132 | 1/23/2017 |
6.6.0.4 | 1,353 | 1/23/2017 |
New features:
+ Approval and certifying digital signatures based on X509 certificates
+ Basic CMS and PAdES digital signatures with SHA256, SHA384 and SHA512 support
+ Signature timestamps
+ OCSP and CRL information included in digital signatures
+ Document security store
+ Document timestamps
+ Long Term Validation enabled digital signatures
+ Support for hardware signature tokens/smartcards (Windows, WPF, Mac)
Bug fixes:
- Documents that contains very large string objects cannot be loaded - fixed
- Documents without /ID entry in the trailer cannot be loaded - fixed
- Flow table loses its margins when it is split across pages - fixed
- In some situations flow table layout enters in infinite loop - fixed