matthidinger / DoddleReport

Generate custom reports (PDF, Excel, etc) from any IEnumerable datasource.
MIT License
130 stars 40 forks source link

Arabic language not appears when using iTextSharp #23

Open mshami85 opened 5 years ago

mshami85 commented 5 years ago

Hello I've used your lib ... it works OK with MVC 4, using web lib only when changed to PDF using iTextSharp, arabic words not appears at all !!! would you inspect that ??

return new ReportResult(report, new PdfReportWriter()); ---> no arabic words return new ReportResult(report); ---> works fine