Xfinium.Pdf.Pcl 8.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xfinium.Pdf.Pcl --version 8.3.3
NuGet\Install-Package Xfinium.Pdf.Pcl -Version 8.3.3
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="Xfinium.Pdf.Pcl" Version="8.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xfinium.Pdf.Pcl --version 8.3.3
#r "nuget: Xfinium.Pdf.Pcl, 8.3.3"
#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.
// Install Xfinium.Pdf.Pcl as a Cake Addin
#addin nuget:?package=Xfinium.Pdf.Pcl&version=8.3.3

// Install Xfinium.Pdf.Pcl as a Cake Tool
#tool nuget:?package=Xfinium.Pdf.Pcl&version=8.3.3

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
       

There are no supported framework assets in this package.

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,487 5/1/2020
9.5.1 722 4/2/2020
9.5.0 722 3/2/2020
9.4.1 706 2/3/2020
9.4.0 734 12/20/2019
9.3.1 710 11/12/2019
9.3.0 689 10/8/2019
9.2.1 983 8/30/2019
9.2.0 793 8/2/2019
9.1.1 750 7/1/2019
9.1.0 797 5/30/2019
9.0.0 1,478 3/19/2019
8.4.1 1,115 2/4/2019
8.3.3 8,121 9/28/2018
8.3.2 1,010 8/30/2018
8.3.1 1,072 7/31/2018
8.3.0 1,218 6/29/2018
8.2.0 1,150 5/30/2018
8.1.0 1,259 4/30/2018
8.0.0 1,168 3/29/2018
7.1.2 1,175 2/27/2018
7.1.1 3,194 1/31/2018
7.1.0.2 1,222 1/9/2018
7.1.0 1,136 12/22/2017
7.0.0 1,609 11/7/2017
6.9.0 1,433 7/31/2017
6.8.0 1,409 5/30/2017
6.7.1 1,202 4/26/2017
6.7.0 1,394 3/14/2017
6.6.0.16 1,371 2/1/2017
6.6.0.12 1,252 1/26/2017
6.6.0.8 1,184 1/24/2017
6.6.0.6 1,082 1/23/2017
6.6.0.4 1,303 1/23/2017

Bug fixes:
- Encrypted documents that use PDF object compression cannot be opened - partial fix (most viewers can open the files, Acrobat Acrobat shows an error)
- Document's DisplayMode is not returned correctly - fixed
- Document's PdfVersion is not returned if it is not stored in the document catalog - fixed
- Some tools cannot open PDF files with JPEG images if the file has been rendered to image and then saved - fixed
- GDI - Image is rendered upside down - fixed
- Skia - Image is rendered upside down - fixed
- Font is rendered too large - fixed
- Skia - Image with chroma key mask is not rendered correctly - fixed
- In some situations page rendering hangs indefinitely - fixed
- UWP - PDF viewer control does not display any pages at some zoom levels - fixed
- WIN/WPF/UWP/Android/iOS/Mac - PageNumber is not properly updated when scrolling through pages in the PDF viewer controls - fixed
- JPEG2000 images without /Colorspace entry cannot be decoded - fixed
- GDI - Some dotted path throws an OutOfMemoryException - fixed
- Page cannot be rendered if embedded TrueType fonts are invalid - fixed
- GDI - 2 bit indexed cannot be rendered - fixed
- Page cannot be rendered if color is not set for a non-device colorspace - fixed
- Page cannot be rendered if embedded JPEGs are not valid - fixed
- GDI - Page cannot be rendered if the transformation matrix is invalid - fixed
- Page cannot be rendered if embedded LZW encoded images are not valid - fixed
- Text shown using " operator is not rendered - fixed