ExpertPDF HtmlToPdf Converter Releases

Released: Mar 21, 2018

Updates in v12

Fixes

  • Font rendering fixes.
  • Page break fixes.
  • PDF parsing fixes.

Released: Oct 30, 2017

Updates in v11.2

Features

  • Performance improvements.

Fixes

  • Bug fixes.

Released: Mar 27, 2017

Updates in v11

Features

  • SVG rendering improvements.
  • Web fonts fixes.
  • Right-to-left text rendering fixes.
  • Overall performance improvements and bug fixes.

Released: May 25, 2016

Updates in v10

Features

  • Improved/faster Html rendering engine.
  • Support for TLS 1.0, 1.1, 1.2.
  • x64 systems optimized version.
  • Improved C#/VB.NET samples.
  • Improved documentation/users guide.
  • Overall performance improvements/bug fixes.

Released: May 21, 2014

Updates in this release

Updates in V9.2.0

  • Start conversion by calling a JavaScript method.
  • JavaScript injection features.

Released: Feb 18, 2014

Updates in this release

Updates in V9.1.1

  • Stability fixes for new rendering engine.
  • Conversion speed improvements.
  • Convert a certain section of a web page, using the RenderElementId property.
  • Support for Integrated Windows Authentication. The converter will automatically try to authenticate the current user when requesting a page served by IIS that uses Windows Authentication with NTLM provider.

Released: Dec 16, 2013

Updates in this release

Updates in V9.0

  • New internal HTML rendering engine based on WebKit (used by Chrome and Safari).
  • HTML5 and CSS3 features, including canvas.
  • Inline SVG in HTML documents.
  • Support for Web fonts.
  • Support for Web Open Font Format (WOFF).

Released: May 31, 2011

Updates in this release

Updates in V7.0

  • Performance improvements
  • Bug fixes

Released: Sep 28, 2010

Updates in this release

Updates in V6.2

  • Added assemblies for .NET 4.0
  • Added samples for .NET 4.0 and Visual Studio 2010
  • Performance improvements

Released: Dec 9, 2009

Updates in this release

Updates in V6.0

  • Repeat the header of long HTML tables on each PDF page where the table is rendered using the display:table-header-group style
  • Exclude HTML regions from rendering using the the HtmlExcludedRegionsOptions property of the PdfConverter class
  • Improved the converter behavior in multithreaded applications and in high traffic websites
  • Improved the scrolling speed of the generated PDF document when the document is opened in Adobe Reader
  • Added the Console_MultithreadedPerformance sample...