Click or drag to resize

ConverterUtils Class

HTML converter utilities
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfConverterUtils

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class ConverterUtils

The ConverterUtils type exposes the following members.

Constructors
  NameDescription
Public methodConverterUtils
Top
Methods
  NameDescription
Public methodStatic memberGetHtmlFromURL(String)
Get the HTML code from the specified URL. Use the autodetermined page encoding to create the resulted string object. The default code page is UTF8 if the page has no encoding specified
Public methodStatic memberGetHtmlFromURL(HttpWebRequest, Encoding)
Public methodStatic memberGetHtmlFromURL(String, Encoding)
Get the HTML code from the specified URL. Use the specified page encoding to create the resulted string object.
Top
See Also