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 228 PdfSharpCore issues
Sort by recently updated
recently updated
newest added

Fixes #286. I think document info should always be in unicode, regardless of the PDF body encoding.

There is a check "obj == null", but not for PdfNull which is passed in into the dictionary if the value is null. fixes #287

``` System.InvalidCastException: GetInteger: Object is not an integer. at PdfSharpCore.Pdf.PdfDictionary.DictionaryElements.GetInteger(String key, Boolean create) at PdfSharpCore.Pdf.PdfDictionary.DictionaryElements.GetInteger(String key) at PdfSharpCore.Pdf.PdfPage..ctor(PdfDictionary dict) at PdfSharpCore.Pdf.PdfPages.get_Item(Int32 index) at MyCustomCode ``` the line where it is...

Unable to compile in an app (exe/dll) that targets .NET 6.0. Both the SdK and runtime for .NET 6.0.5 are installed.

When setting the document title to `Ελληνικά`, I end up with `Ł»»·½¹º¬`. The same string renders correctly when it's written into a paragraph.

I'm trying out PdfSharpCore in a Linux based Docker container with no system fonts. I added a custom font (tahoma.ttf copied from my Windows system) in a folder named fonts...

Hello, I'm just passing by to give a small tip, I just noticed that SixLabors is changing the ImageSharp library license, so probably after 2.1.3 they are dual license, Apache...

How can we control what is used for the metadata field `Producer`? We do not want anything to be placed in it other than our product name. We do not...

I am trying to open and modify a pdf template with pdfSharp which contains some acrofields. I want to fill the acrofields with some content, make them readonly afterwards and...

I am attempting to open a PDF file using PDFSharp and getting the following exception: PdfSharpCore.Pdf.IO.PdfReaderException: 'Unexpected character '0x0069' in PDF stream. The file may be corrupted. If you think...