PDFsharp-extended 1.1.1

dotnet add package PDFsharp-extended --version 1.1.1
NuGet\Install-Package PDFsharp-extended -Version 1.1.1
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="PDFsharp-extended" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFsharp-extended --version 1.1.1
#r "nuget: PDFsharp-extended, 1.1.1"
#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 PDFsharp-extended as a Cake Addin
#addin nuget:?package=PDFsharp-extended&version=1.1.1

// Install PDFsharp-extended as a Cake Tool
#tool nuget:?package=PDFsharp-extended&version=1.1.1

PDFsharp Core build

PDFsharp is the Open Source library for creating and modifying PDF documents using .NET. It has an easy-to-use API that allows developers to generate or modify PDF files programmatically. PDFsharp can be used for various applications, including creating reports, invoices, and other types of documents.

This package does not depend on Windows and can be used on any .NET compatible platform including Linux and macOS.

See docs.pdfsharp.net for details.

EXTENDED: this is an extended version with additional features:

  • Digital signature (PKCS#7 detached)
  • netstandard2.0 target (=> can run under .Net Framework)
  • Do not override XMP metadata if using option ManualXmpGeneration
  • File attachment annotations
  • Embedded file checksum property
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.1.1 2,545 2/1/2024
1.1.0 149 1/9/2024
1.0.2 361 1/8/2024
1.0.1 502 12/6/2023
1.0.0 446 11/7/2023

This is a version of PDFsharp using .NET 6.
The package ’PdfSharp’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’.
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. The Target Framework is ’net6.0-windows’.
We also publish packages that contain PDFsharp plus MigraDoc.
See the project docs site for further information:
https://docs.pdfsharp.net/link/readme-v6.0.html
PDFsharp-extended:
v1.1.1
* Fix issue #80 (allow detection of JPEG APP2 ICC_PROFILE headers)
v1.1.0
* Merged PR#2 (ability to define on which page the signature is attached)
v1.0.2
* Workaround for issue #69 (rendering special chars as unknown char instead of just crashing. proper support/fix is still to be done)
* Fix issue #71 (multiple PdfFileSpecification referencing the same PdfEmbeddedFileStream is now handled without crash)
v1.0.1
* Fixed issue #61 (XImage.PointHeight returning width)