PdfReport Changelog

What's new in PdfReport 2.8

Mar 5, 2015
  • Added ShouldSkipRow, ShouldSkipFooter & ShouldSkipHeader events. See Events/EventsPdfReport.cs sample for more info.
  • Updated the project to use iTextSharp.5.5.5.
  • Improved: Font styles (size, color etc.) are not applied if HTML fragment is rendered and does not have an explicit font-family style. patch
  • Improved: Properly aligning the aggregate value, based on the column information.

New in PdfReport 2.7 (Mar 5, 2015)

  • Added .NET 3.5, 4.0 and 4.5 profiles to the NuGet package.
  • PM> Install-Package PdfReport
  • Updated the project to use itextsharp.dll 5.5.4.0.
  • Fixed issue #2392.
  • Fixed reopening of MemoryStreams.
  • Added `Merge In-Memory Pdf Files` sample.
  • Improved Grouping/GroupingPdfReport.cs sample to show how to inject an arbitrary HTML data at the end of the each group.

New in PdfReport 2.6 (Mar 5, 2015)

  • Added `jqGrid to PDF Report` Sample.
  • Improved speed of the aggregate functions.
  • Removed the obsolete HTML Worker classes.
  • Added NuGet package references instead of local asm references.
  • Added a new sample to demonstrate how to convert PDF files to images, using Win8.1 API in desktop applications.
  • Added a new sample to demonstrate how to view PDF files, using Win8.1 API in desktop applications.

New in PdfReport 2.5 (May 28, 2014)

  • Updated the project to use iTextSharp 5.5.x
  • Fixed 'PDFTemplate FormFlattening removes filled data'.
  • Fixed disappearing of the DIV's, during XMLWorker processing.
  • Added default font support for XHtmlFooterProvider & XHtmlHeaderProvider.
  • Improved UnicodeFontProvider to support default font for HTML documents.
  • Improved RtlElementsCollector.

New in PdfReport 2.4 (Mar 27, 2014)

  • Added columns padding settings.
  • Fixed not displaying of the empty cells.
  • Changed NumberStyles to NumberStyles.Any.
  • Set the SplitLate to false and SplitRows to true by default to show long texts correctly

New in PdfReport 2.3 (Dec 28, 2013)

  • Fixed printSummary to show Unicode RTL data
  • Improved CellCreated event to work with summary rows. See 'AccountingBalanceColumnPdfReport.cs' sample for more info
  • Updated the project to use iTextSharp 5.4.5

New in PdfReport 2.2 (Oct 28, 2013)

  • Improved speed of the StronglyTypedListDataSource & AnonymousTypeListDataSource, using fast Reflection.Emit techniques.
  • Added iTextSharp's XmlWorker support (both LTR and RTL are supported).
  • Added XHtmlField, XHtmlFooterProvider & XHtmlHeaderProvider classes (using new XmlWorker). These new classes are replacements of old HtmlField, HtmlFooterProvider & HtmlHeaderProvider classes (using depreciated HTMLWorker).

New in PdfReport 1.7 (Feb 1, 2013)

  • Added WingdingsSymbolField.
  • Improved detection of nested properties.
  • Added new overload for ProgressBarField template. Now it's possible to select its color based on the current row's values.
  • Added WingdingsSymbols/WingdingsSymbolsPdfReport.cs sample.
  • Added new NestedProperties/NestedPropertiesPdfReport.cs sample.
  • Added another WPF Sample (WpfAppAcroReader).
  • Enabled full compression.
  • Improved QRCode (Barcodes/BarcodesPdfReport.cs) sample to use a transparent background.
  • Improved the ASP.MVC sample to show how to Flush or Browse the produced PDF file.
  • Improved the DynamicCrosstab/DynamicCrosstabPdfReport.cs sample to show how to change the captions of the header row.