matthidinger / DoddleReport

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

Logo image in Title with iTextSharp report writer #3

Open cobussmit74 opened 7 years ago

cobussmit74 commented 7 years ago

Hi Matt

I'm loving DoddleReport! It solves a problem I've been struggling with for ages... Thanks!

I'm hoping that the small change I made will be useful to others.

Cheers Cobus

matthidinger commented 7 years ago

Hi @cobussmit74, many thanks for the contribution! When I first created the project I set a goal to keep the report writers as functionally identical as possible. Are you familiar enough with the other writers to add this title image to them as well by chance?

  1. The HtmlReportWriter and ExcelReportWriter (from DoddleReport project) are nearly identical (ExceptReportWriter inherits from Html and adds some XML tags to the top, so hopefully those will be straight forward.)
  2. OpenXml.ExcelReportWriter I haven't touched in a while, so not sure how difficult that one would be.
  3. As for AbcPdfReportWriter I assume people have started using it less ever since I made the iTextSharp one, so if you aren't familiar with that I think that would be fine and I can try and get to it.
cobussmit74 commented 7 years ago

Hi @matthidinger, that makes sense. I'll see what I can do.