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

fix (PdfDate): Specify DateTimeKind UTC type when parsing. #260

Closed jafin closed 2 years ago

jafin commented 2 years ago

Fix (PdfDate): should set DateTimeKind since date is converted to UTC. credit to @AVTit via https://github.com/empira/PDFsharp/pull/126 for original fix