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

Use unicode for encoding document metadata #289

Closed kerams closed 2 years ago

kerams commented 2 years ago

Fixes #286.

I think document info should always be in unicode, regardless of the PDF body encoding.