ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.04k stars 231 forks source link

fix IndexOutOfRangeException when used concurrently #412

Closed marcinek34 closed 3 days ago

marcinek34 commented 7 months ago

fix System.IndexOutOfRangeException: Index was outside the bounds of the array when printing Resolve issue #328

ststeiger commented 3 days ago

Not merging binary commits. But manually applied this change in commit dc02f37663096792f2e29b87be7716903bd4d44e. Check if that works for you.