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 update package from 1.3.65 to 1.3.67 but this costructor disappeared public void DrawString(string text, XFont font, XBrush brush, XRect layoutRectangle, XStringFormat format, XUnit? lineHeight = null) and this...
Merging pdf files that have been created by AutoCad fail with the following error: Failed to merge pdf's: Cannot retrieve stream length. The exception gets thrown when I try to...
I currently have PdfSharpCore version 1.3.65, and Docker Scout is detecting five CVEs relating to a transitively referenced package ImageSharp version 1.0.4.0. The CVEs: CVE-2024-27929, CVE-2024-41131, CVE-2024-32035, CVE-2024-32036, CVE-2024-41132 I...
I'm creating PDF's and apply SecuritySettings to make the document read-only. Since version 1.3.34 I've experienced that de document properties are scrambled up and I think it's because they can't...
Hi, I'm encountering an issue when trying to merge certain PDFs using PdfSharpCore v1.3.65. **Problem:** When I attempt to open specific newer PDF files with: PdfReader.Open("sample.pdf", PdfDocumentOpenMode.Import); I get the...
Hi, In the DrawString method, if the string text parameter contains \r\n it will throw a NullReferenceException. The new code in XTextFormatter.cs L.231 does a block.Text.Trim() but the Text property...
[SixLabors.ImageSharp](https://www.nuget.org/packages/SixLabors.ImageSharp/1.0.4) SixLabors.ImageSharp v1.0.4 is vulnerable package, possible to update to latest one?
Since MD5 is not available on `browser` target I get a `System.Security.Cryptography.CryptographicException: 'MD5' is not a known hash algorithm.` error while attempting to save PDF files on a Blazor WebAssembly...
Hi, I have a .NET website that will watermark the current username onto any PDF they download. If I run the same PDF through twice it fails to read the...
About a year or so back, I edited a private version of PdfSharp which was originally copied back before it had AES encryption, and made changes to allow me to...