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

Hello, I was looking at making an existing PDF searchable. I have OCR results and was hoping to use DrawString to draw the text in an invisible way so the...

### PdfReaderException when opening file Opening a PDF file using PdfSharpCore and getting the following problem when calling the library method: `PdfReader::Open(Stream stream, PdfDocumentOpenMode openmode, PdfReadAccuracy accuracy);` ### Exception Message...

Hi, I have a problem with rendering XForm into a PdfPage. First I draw image into XForm, then i try to draw XForm into PdfPage of a PdfDocument. After saving...

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.4 to 2.1.7. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.7 What's Changed [release/2.1] Disallow allocation attempts of unrepresentable sizes by @​antonfirsov in SixLabors/ImageSharp#2553 [release/2.1] Tiff decoding robustness...

dependencies

This fixes issues raised in Snyk and on nuget.org https://www.nuget.org/packages/SixLabors.ImageSharp

Let say, I would like to load image (png) from file: `XImage image = XImage.FromFile("d:\\temp\\qrcode.png");` In case I have reference in my project to ImageSharp > 2.1.6 I get this...

Would you be open to splitting the PdfSharpCore package so that the ImageSharp dependency is decoupled? For example: - Move ImageSharpImageSource & ImageSharp dependency into a new `PdfSharpCore.ImageSharp` project that...

(Only NET60 and above use the new ImageSharp.) Rebase and Cleanup commits.

There is a lot of issues and PR remain without response or comment. Is the owner still alive? It might be a good idea to suggest someone else to validate...

System.MissingMethodException: Method not found: 'SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Image.Load(System.String, SixLabors.ImageSharp.Formats.IImageFormat ByRef)'. at PdfSharpCore.Utils.ImageSharpImageSource`1.FromFileImpl(String path, Nullable`1 quality) at MigraDocCore.DocumentObjectModel.MigraDoc.DocumentObjectModel.Shapes.ImageSource.FromFile(String path, Nullable`1 quality) at PdfSharpCore.Drawing.XImage..ctor(String path) at PdfSharpCore.Drawing.XImage.FromFile(String path, PdfReadAccuracy accuracy) at PdfSharpCore.Drawing.XImage.FromFile(String path) ```...