PDFsharp-extended
1.2.0-preview-1
dotnet add package PDFsharp-extended --version 1.2.0-preview-1
NuGet\Install-Package PDFsharp-extended -Version 1.2.0-preview-1
<PackageReference Include="PDFsharp-extended" Version="1.2.0-preview-1" />
paket add PDFsharp-extended --version 1.2.0-preview-1
#r "nuget: PDFsharp-extended, 1.2.0-preview-1"
// Install PDFsharp-extended as a Cake Addin #addin nuget:?package=PDFsharp-extended&version=1.2.0-preview-1&prerelease // Install PDFsharp-extended as a Cake Tool #tool nuget:?package=PDFsharp-extended&version=1.2.0-preview-1&prerelease
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), signature timestamp from TSA
- Do not override XMP metadata if using option ManualXmpGeneration
- File attachment annotations
- Embedded file checksum property
Product | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 6.0.0)
-
net6.0
- Microsoft.Extensions.Logging (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a version of PDFsharp using .NET 6.
The package ’PdfSharp’ can be used on any platform including Windows and Linux. The Target Frameworks are ’net6.0’ and ’netstandard2.0’.
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. The Target Frameworks are ’net6.0-windows’ and ’net472-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.1.html
PDFsharp-extended:
v1.2.0
* Synchronized with PdfSharp 6.1.0 (including natively multi-targeting netstandard/fx/net6)
* Ability to timestamp digital signatures with TSA (only on net6+)
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)