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)
Hi, I'm using PdfSharpCore v1.3.43 in NET 6 from NuGet, and it is just great. Thank you very much. But now I encountered an image embedded in one of my...
Is it possible to generate PDF/A-1b documents or convert existing PDF files to this format with this library?
how to drawstring font in chinese,thanks
**Version** 1.3.41 **Problem** When combining 1 or more PDF documents containing hyperlinks into a new PDF document the links are not clickable in the new document. Only links containing https://...
MigraDoc documentation states that you can: > Import data from various sources via XML files or direct interfaces (any data source that can be used with .NET) But there is...
As the title says, using `ParagraphFormat.KeepWithNext` and `KeepTogether` doesn't work if the next element is a table. We've found that `TopDownFormatter.NextElementsDontFit`, when checking if the table is kept with the...
Hey guys, anyone knows if there is a way to flip the text in table headers? I am using a Landscape orientation and would like align the text in the...
Addresses #446 The test code: 1. generates two single page PDFs, each with a different image 2. merges them to a 100 page document 3. consolidates the images in the...
When merging documents that contain identical images the objects for them are not shared. This results in a larger file size than necessary. The problem does not exist if images...