ststeiger / PdfSharpCore

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

feat: Add basic support for reading/writing files >2gb #227

Closed jafin closed 2 years ago

jafin commented 2 years ago

Add basic support to read/write files >2gb (int32.max) by supporting long numeric types.

NotImplemented

Tests

ststeiger commented 2 years ago

Merged.