Skip to content

Releases: Otaku-Projects/ReportEngine

Release 0.5.0 - IronPDFProject (IronPDF for .Net) library

27 Oct 07:48

Choose a tag to compare

#IronPDF for .Net
IronPDF takes care of the difficult problem of adding PDF generation to your app, and automates turning formatted documents into a PDF.

added a "TestUrlToPdfReport" report to test URL to PDF function

  • add URLs and convert to PDFs

Release 0.4.0 - iTextGroupNV(iText7) library

28 Oct 09:08

Choose a tag to compare

iTextGroupNV

iText Core and iText pdfHTML are open source library provided by iTextGroupNV
which allows to convert html to pdf format

  • use fluid engine to read html template and render report
  • use itext library to convert html to pdf

added a "PocFileList" report with common elements

  • table, with repeating rows
  • add image in content
  • add page number
  • add fonts (NotoSansCJKjp-Regular.otf, NotoSansCJKkr-Regular.otf, NotoSansCJKsc-Regular.otf, NotoSansCJKtc-Regular.otf)
  • add base path to support relative path for css, image linkage
  • make text wrap to the next line, if the line of text is too long

Release 0.3.0 (stable)

12 Oct 01:45

Choose a tag to compare

3 report engines

are integrated in the c# solution

  • Crystal Report
  • Jasper Report
  • EPPlus

Crystal Report

HitRateTemplate.rpt using HitRateData.xsd
HitRateTemplateObjCollection.rpt using HitRateModel.cs class


Jasper Report

using Recipe "Chrome pdf"
using Recipe "Html to Xlsx"
using Recipe "Xlsx"


EPPlus

use DataTable to generate xlsx
use collection to generate xlsx

** tailor made **
use xlsx template, generate xlsx
use xlsx template, generate xlsx, use OfficeToPDF convert to pdf