PdfSharpCore
PdfSharpCore copied to clipboard
Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
How can I solve this problem? Best regards, Georg
Hi there, thanks for your work. Would you mind tagging the commits that are used to publish new nugets with their release number and generate release notes from the commits...
Is there a way to find precise position of Pdf elements (in points) in a pdf document ? I have tried this but no luck so far. ``` foreach (PdfItem?...
I can't create an xImage object from the MemoryStream of a png image I get from Azure blob storage. I always get IvalidFormatException. The problem are these lines (PdfSharpCore.Utils.ImageSharpImageSource.cs) using...
Hi. I believe I found a llittle bug: When creating a document from scratch using the [stream-constructor](https://github.com/ststeiger/PdfSharpCore/blob/c918cbf79c0f6c0e13d71fee551286357140b665/PdfSharpCore/Pdf/PdfDocument.cs#L103) the _version field isn't set to 14 as in the other ctors. (PdfReader...
Somebody created this issue here, and I have the exact same issue when trying to draw a QR code image onto a pdf document: https://forum.pdfsharp.net/viewtopic.php?f=2&t=4121 My code is basically the...
I found #199 which looks like the same issue but it says the issue should be fixed. I'm getting this exception: ``` SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders: -...
Could you please provide an example how to create RTF, with MigraDocCore? There's no 'RtfDocumentRenderer' class. (note: with MigraDoc there's no problem, but with MigraDocCore i cannot find out how...
Is there any option how to DrawImage using CCITT tiff compression (using 1bit per pixel). I can read and write 1bit tiff with ImageSharp with no problem, but when i...
We are in the process of updating our project to use _PdfSharpCore_ (from _PdfSharp_) and noticed a potential issues with bullet point lists not displaying correctly. We have created a...