Xfinium.Pdf.Render.Pcl 9.1.0

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

// Install Xfinium.Pdf.Render.Pcl as a Cake Tool
#tool nuget:?package=Xfinium.Pdf.Render.Pcl&version=9.1.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 PDF to image 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.Render.Pcl assembly is part of XFINIUM.PDF Viewer 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.

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
9.5.2 777 5/1/2020
9.5.1 496 4/2/2020
9.5.0 505 3/2/2020
9.4.1 516 2/3/2020
9.4.0 525 12/20/2019
9.3.1 496 11/12/2019
9.3.0 511 10/8/2019
9.2.1 521 8/30/2019
9.2.0 578 8/2/2019
9.1.1 557 7/1/2019
9.1.0 551 5/30/2019
9.0.0 637 3/19/2019
8.4.1 850 2/4/2019
8.3.3 818 9/28/2018
8.3.2 765 8/30/2018
8.3.1 850 7/31/2018
8.3.0 856 6/29/2018
8.2.0 1,031 5/30/2018
8.1.0 1,042 4/30/2018
8.0.0 936 3/29/2018
7.1.2 980 2/27/2018
7.1.1 1,072 1/31/2018
7.1.0.2 960 1/9/2018
7.1.0 993 12/22/2017
7.0.0 948 11/7/2017
6.9.0 1,023 7/31/2017
6.8.0 1,113 5/30/2017
6.7.1 954 4/26/2017
6.7.0 951 3/14/2017
6.6.0.16 988 2/1/2017
6.6.0.12 939 1/26/2017
6.6.0.8 941 1/24/2017
6.6.0.6 883 1/23/2017
6.6.0.4 927 1/23/2017


New features:
+ PdfGifImage class for drawing GIF images on PDF pages
Bug fixes:
- Visual objects cannot be extracted from PDF file - fixed
- Table layout fails (hangs out) when the row that needs to be split contains only a cell span - fixed
- PDF file cannot be loaded if pages have rotation less than 0 or greater than 360 - fixed
- Table layout fails when the table contains only a header and no rows - fixed
- In some situations cell spans are not split correctly across page breaks - fixed
- Cannot build Android applications with xfinium.pdf.xamarin.android.dll in Release mode - fixed
- 1bpp image with ICC colorspace are not extracted and saved correctly - fixed
- PDF files cannot be loaded if previous code modifies the WinAnsi encoding - fixed
- PdfFlowDocument.StartNewPage method throws an exception if the document has no content - fixed
- Long text in single line string cells overflows in next cells - fixed
- Row is not split correctly when it includes empty cells - fixed
- Rotated pages with 0 size signature fields cannot be extracted from PDF file - fixed
- Page cannot be rendered when a font contains an invalid encoding - fixed
- JPEG2000 image is not rendered correctly when converting PDF page to image - fixed
- Page cannot be rendered when it contains free text annotations with invalid color definition - fixed
- Page cannot be rendered when it contains a very large JPEG - fixed
- Android - In some situations the PdfCoreView control tries to display non-existent pages - fixed
- Android - Images with JPEG encoded softmasks are not rendered correctly - fixed
- Some transparent images (from graphics state transparency) are not rendered correctly at resolutions higher than 96dpi - fixed
- Some characters from Type3 font are not displayed when rendering a PDF page to image - fixed