When I print the attached file via acrobat I get a good result.
Via Pdf.kit the " é " characters disappear for example in the “Rémunération”.
This seems to be linked to the font as it works when it is in Italic but not when it is normal.
Code :
PdfViewer viewer = new PdfViewer {PrintPageDialog = false};
viewer.PrintLargePdf(new MemoryStream(pdfProforma));
Hope this is clear.
I would need a work around of fix ?
Thanx,
Glen