PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)

Results 238 PdfSharpCore issues
Sort by recently updated
recently updated
newest added

After updating to latest version as part of my upgrade to .net 10 MAUI, I now receive an exception NotImplementedException: FontResolver not implemented for this platform (PdfSharpCore.Utils.FontResolver.cs). The frustration is...

We're getting code scan results highlighting the SixLabors.ImageSharp dependency that PdfSharpCore has: • CVE-2024-41131 (High) - requires 2.1.9+ • CVE-2025-27598 (High) - requires 2.1.10+ • CVE-2024-27929 (High) - requires 2.1.7+...

I'm experiencing a NullReferenceException when calling ImageSource.FromBinary() from PdfSharpCore, even though I'm providing a valid byte array. The exception occurs inside the PdfSharpCore library, not in my code. Steps to...

Hi everyone, I'd like to create some rectangle annotations filled with a color and half opacity. Here is the code I tried: ``` XRect rect = gfx.Transformer.WorldToDefaultPage(new XRect(new XPoint(bbox[0], bbox[1]),...

When using Justify paragraph formatting, Left justify the last line of the paragraph because it is always shorter than the available space and distributing it using Justify formatting _really_ spreads...

Hello everyone, I have just started working with PDFsharpCore and am wondering if there is a way to create data layers in a PDF file using PDFsharpCore. So far, I...

When using a TextFormatAlignment with Horizontal = XParagraphAlignment.Justify on a large block of text, the main block of text is correctly justified, but the last line, which often contains much...

Is anyone familiar with the actual difference between PdfSharp and PdfSharpCore? I ask because I'm looking into using MigraDoc, which uses PdfSharp. Are there any disadvantages using PdfSharp with ASP.NET...