Is it possible to use PDFsharp with .NET Core?
Asked Answered
V

2

10

Is it possible to use PDFsharp library with .NET Core?

Verism answered 6/2, 2020 at 6:24 Comment(0)
B
19

Yes, you can use PdfSharpCore (not using System.Drawing).
As long as you exclusively use it on Windows, you can also use PdfSharpNetStandard (using System.Drawing).

Blancheblanchette answered 9/12, 2021 at 8:34 Comment(0)
S
8

Update (April 3, 2023):
Starting today there are new "official" PDFsharp & MigraDoc packages for .NET 6 that can also be used under Linux and other platforms. Find the source code on GitHub or get the preview packages 6.0.0 from NuGet.

Old answer:
The "official" PDFsharp library does not yet support .NET Core, but there are "inofficial" ports to .NET Core that may or may not work as expected.

So:
No, PDFsharp does not work with .NET Core yet.
Yes, you can get third-party libraries that support the PDFsharp APIs with .NET Core.

Secretarygeneral answered 6/2, 2020 at 7:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.