


Telerik Assemblies - Select Telerik DPL assemblies which will be added to or removed from your project. The product versions which could be selected are detected from an installation folder (marked with ) or from the default folder for downloads (the hotfix files which are downloaded through the New Version Downloader are marked with tag). Version - Select the Telerik controls version which to be used in your project. The Convert Project Wizard’s first page lets you define settings related to Telerik controls:

Telerik Convert Project wizard could be accessed through the Telerik > Telerik® UI for ASP.NET AJAX menu: This functionality is handled by three wizards - the Project Convert Wizard, Project Configuration Wizard and Upgrade Wizard. The Project management functionality of the Visual Studio Extensions handles project assembly reference updates, web.config entry management and updates of the supporting resources. Download free 30-day trial Convert Project Refer here to explore the rich set of Syncfusion Essential PDF features.Īn online sample link to convert HTML to PDF. NET PDF library for converting HTML pages to PDF document along with respective customization options and features. Take a moment to peruse the documentation, where you can find other WebKit, Blink and IE rendering engines supported by Syncfusion. īy executing the program, you will get the PDF document as follows. ("HTMLtoPDFConversion.pdf")Ī complete work sample for converting a HTML form to PDF form can be downloaded from HTML-to-PDF-Conversion.zip. HtmlConverter.ConverterSettings = converterSettingsĭim document As PdfDocument = htmlConverter.Convert("././Input/HTMLForm.htm") 'Assign WebKit settings to HTML converter settings 'Enable the form to convert HTML form to PDF fillable formĬonverterSettings.WebKitPath = "././QtBinaries/"

Dim htmlConverter As HtmlToPdfConverter = New HtmlToPdfConverter(HtmlRenderingEngine.WebKit)ĭim converterSettings As WebKitConverterSettings = New WebKitConverterSettings
