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
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 wordsreturn new ReportResult(report);
---> works fine