Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
1.07k
stars
238
forks
source link
feat: Add basic support for reading/writing files >2gb #227
Closed
jafin closed 2 years ago
Add basic support to read/write files >2gb (int32.max) by supporting
long
numeric types.startxref
value to an overflow int result. Possibly fixes #193NotImplemented
Tests