PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Unicode rendering

Open carlokok opened this issue 3 years ago • 1 comments

Even though I have:

var ren = new PdfDocumentRenderer(true);

when rendering a word like: Mozaïek renders as:

image

carlokok avatar Mar 27 '21 08:03 carlokok

Works for me. What kind of framework you use? .NET Core requires additional encoding, see this SO question.

Prologh avatar May 14 '21 06:05 Prologh