Closed jorr-it closed 7 years ago
What version of iTextSharp are you using? The current source references 5.1.1 and I upgraded to 5.5.9 and it's still compiling fine. I did just publish 1.5.2 with a small tweak to fix an issue with iTextSharp 5.5.9 not rendering the rows. Let me know if that fixes things? If not, try update the iTextSharp package?
Also I should mention that I removed the iTextSharp package dependency in the DoddleReport.iTextSharp package since some people had it referenced via different means. So if you use the iTextSharp package through nuget make sure that it's installed into your project
When I upgraded my DoddleReport package from 1.4.0 to 1.5.1, a MissingMethodException was raised when creating a ReportResult object to create a PDF file:
Method not found: Void iTextShap.text.pdf.PdfPTable.AddCell(iTextShap.text.pdf.PdfPCell)
Creating HTML and OpenXML files works fine. Downgrading to 1.4.0 solved the problem again. This is my code: