Retrieves the HTML code from a URL and executes the JavaScript code.
The GetHtmlFromURL only retrieves the HTML code as returned by the server

C# | Visual Basic | Visual C++ |
public static string RenderHtmlFromURL( string url, bool scriptsEnabled, bool activeXEnabled, bool behaviorsEnabled, bool addPadding, bool binaryBehaviorsEnabled )
Public Shared Function RenderHtmlFromURL ( url As String, scriptsEnabled As Boolean, activeXEnabled As Boolean, behaviorsEnabled As Boolean, addPadding As Boolean, binaryBehaviorsEnabled As Boolean ) As String
public: static String^ RenderHtmlFromURL( String^ url, bool scriptsEnabled, bool activeXEnabled, bool behaviorsEnabled, bool addPadding, bool binaryBehaviorsEnabled )

- url (String)
- scriptsEnabled (Boolean)
- Enable scripts when rendering the HTML string
- activeXEnabled (Boolean)
- Enable Active X controls when rendering the HTML string
- behaviorsEnabled (Boolean)
- Enable behaviors when rendering the HTML string
- addPadding (Boolean)
- Remove the padding introduced at the end of the conversion result
- binaryBehaviorsEnabled (Boolean)
- Enable binary behaviors when rendering the HTML string

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)