Home > User Voice > Updating 'Winnovative HTML to PDF Converter' version

Updating 'Winnovative HTML to PDF Converter' version UNDER REVIEW
5

MVP

Hi,

I've run into an 'issue' using the 'Generate a Pdf file' action.
https://community.webcon.com/forum/thread/770

I used 'new' HTML / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine.

WEBCON BPS utilizes version 7, while the current version is 15.

As far as I could find out version 7 dates back to 18 Feb 2012.
https://winnovative-html-to-pdf-converter-applic.software.informer.com/versions/

Version 15 has been released on 28 Oct 2019
https://www.nuget.org/packages/wnvhtmlconvert/15.0.0

There have been quite a lot of improvements and updating the version could save others a lot of time.

Minor additional wish :)
Adding a configuration option to automatically create bookmarks, the attachment shows the result:
https://www.winnovative-software.com/Help/html_to_pdf/Index.aspx
// Auto Create a hierarchy of bookmarks from H1 to H6 tags found in HTML
if (autoBookmarksCheckBox.Checked)
{
// Enable the creation of a hierarchy of bookmarks from H1 to H6 tags
htmlToPdfConverter.PdfBookmarkOptions.AutoBookmarksEnabled = true;

// Display the bookmarks panel in PDF viewer when the generated PDF is opened
htmlToPdfConverter.PdfViewerPreferences.PageMode = ViewerPageMode.UseOutlines;
}


Best regards,
Daniel

Nobody has replied in this thread yet.