HtmlToPdfConvert Method
Converts HTML or plain-text to the PDF format.
Overload List
  NameDescription
Public methodCode exampleConvert(Stream, Stream)
Writes an HTML or plain-text string into a stream in PDF format.
Public methodCode exampleConvert(Stream, String)
Writes an HTML or plain-text string into the file in PDF format.
Public methodCode exampleConvert(String, Stream)
Writes an HTML or plain-text string into a stream in PDF format.
Public methodCode exampleConvert(String, String)
Writes an HTML or plain-text string into the file in PDF format.
Public methodCode exampleConvert(Uri, Stream)
Converts HTML, plain text or XML document denoted by the specified URI into the stream in PDF format.
Public methodCode exampleConvert(Uri, String)
Converts HTML, plain text or XML document denoted by the specified URI into the file in PDF format.
Top
See Also