ststeiger / PdfSharpCore

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

Fix code example #378

Closed diegodrf closed 1 year ago

diegodrf commented 1 year ago

Fix code example at the first tutorial of PdfSharpCode. Closes #377

ststeiger commented 1 year ago

Merged.