ststeiger / PdfSharpCore

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

Indentation not correctly when adding some json text into the pdf file #402

Open fabricenoel44300 opened 8 months ago

fabricenoel44300 commented 8 months ago

Hello.

I have some troubles with PDFSharpcore. I would integrate some json text, created with NewtonSoft.json (vers 13.0.3), into a pdf file and to indent it correctly. The text is correctly integrated into the pdf file but the indentation is replaced by some white squares, as if the writer did not understand the identation. I tried several encoding but it didn't change anything. Can I have some help please ?

I am using PDFSharpCore vers 1.3.62 with .NET 5.