Xfinium.Pdf.Pcl
7.1.2
See the version list below for details.
dotnet add package Xfinium.Pdf.Pcl --version 7.1.2
NuGet\Install-Package Xfinium.Pdf.Pcl -Version 7.1.2
<PackageReference Include="Xfinium.Pdf.Pcl" Version="7.1.2" />
paket add Xfinium.Pdf.Pcl --version 7.1.2
#r "nuget: Xfinium.Pdf.Pcl, 7.1.2"
// Install Xfinium.Pdf.Pcl as a Cake Addin #addin nuget:?package=Xfinium.Pdf.Pcl&version=7.1.2 // Install Xfinium.Pdf.Pcl as a Cake Tool #tool nuget:?package=Xfinium.Pdf.Pcl&version=7.1.2
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 or complex color conversions. 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,595 | 5/1/2020 |
9.5.1 | 756 | 4/2/2020 |
9.5.0 | 758 | 3/2/2020 |
9.4.1 | 737 | 2/3/2020 |
9.4.0 | 765 | 12/20/2019 |
9.3.1 | 748 | 11/12/2019 |
9.3.0 | 716 | 10/8/2019 |
9.2.1 | 1,017 | 8/30/2019 |
9.2.0 | 825 | 8/2/2019 |
9.1.1 | 787 | 7/1/2019 |
9.1.0 | 830 | 5/30/2019 |
9.0.0 | 1,518 | 3/19/2019 |
8.4.1 | 1,157 | 2/4/2019 |
8.3.3 | 8,175 | 9/28/2018 |
8.3.2 | 1,057 | 8/30/2018 |
8.3.1 | 1,109 | 7/31/2018 |
8.3.0 | 1,246 | 6/29/2018 |
8.2.0 | 1,190 | 5/30/2018 |
8.1.0 | 1,299 | 4/30/2018 |
8.0.0 | 1,222 | 3/29/2018 |
7.1.2 | 1,220 | 2/27/2018 |
7.1.1 | 4,821 | 1/31/2018 |
7.1.0.2 | 1,263 | 1/9/2018 |
7.1.0 | 1,159 | 12/22/2017 |
7.0.0 | 1,659 | 11/7/2017 |
6.9.0 | 1,476 | 7/31/2017 |
6.8.0 | 1,433 | 5/30/2017 |
6.7.1 | 1,238 | 4/26/2017 |
6.7.0 | 1,476 | 3/14/2017 |
6.6.0.16 | 1,413 | 2/1/2017 |
6.6.0.12 | 1,290 | 1/26/2017 |
6.6.0.8 | 1,219 | 1/24/2017 |
6.6.0.6 | 1,118 | 1/23/2017 |
6.6.0.4 | 1,340 | 1/23/2017 |
New features:
+ Added support to clip extracted page content
Bug fixes:
- PdfTextEngine.GetStringHeight method does not break the long words when the 4th parameter is set to true - fixed
- Text is not extracted correctly from PDF file because the ToUnicode cmap is not properly built - fixed
- Text cannot be extracted from PDF file - fixed
- User defined destination to flow heading content does not work - fixed
- Text fragment metrics are not computed correctly when the font is not properly defined - fixed
- Text cannot be extraced from page because the content stream contains invalid tokens - fixed