ExpertPdf Html to Pdf Converter Library
RenderHtmlFromURL Method (url, scriptsEnabled, activeXEnabled, behaviorsEnabled, addPadding, binaryBehaviorsEnabled)
NamespacesExpertPdf.HtmlToPdfConverterUtilsRenderHtmlFromURL(String, Boolean, Boolean, Boolean, Boolean, Boolean)
ExpertPdf Html to Pdf Converter Library
Retrieves the HTML code from a URL and executes the JavaScript code. The GetHtmlFromURL only retrieves the HTML code as returned by the server
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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
Return Value

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