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)
Hello I am learning to use MigraDocCore. I want to insert an image in a table and make it to fill the cell completely, but I keep failing on this....
Hi Stefan Great contribution. Would it be possible to publish signed versions of PdfSharpCore? Using pdfsharpcore\1.3.10\lib\net5.0 from COM. COM requires strong name assemblies. 2022-02-28 Update: now using net6.0 and using...
Migrate to ImageSharp v2+ https://github.com/SixLabors/ImageSharp/releases
Is it possible to provide a net472 build? so we don't need the netstandard2.0 bridge libs?
Following changes: * Renamed LICENCE.md to LICENSE.md * README.md * Changed structure * Added nuget shield * Update code under 'Usage' to .NET 6 * Link to LICENSE.md instead of...
What this project lacks most is proper documentation. Currently we have to search through http://www.pdfsharp.net/. What happens if that site is gone. What if this project adds new features or...
When I generate a document with Outlines if I set the OwnerPassword the Outline text gets corrupted. If I use PdfSharp-Gdi with net framework 4.8 I have no problems. But...
We have been using PdfSharpCore and MigraDocCore in particular for a recent project. Unfortunately we have been running into some serious performance issues with generating large tables (e.g. 4000 pages...
part of #245