HtmlToPdfConvertFile Method
Converts file with HTML or plain-text to the PDF format.
Overload List
  NameDescription
Public methodCode exampleConvertFile(String, Stream)
Writes the file with HTML or plain-text string into a stream in PDF format.
Public methodCode exampleConvertFile(String, String)
Writes the file with HTML or plain-text string into the file in PDF format.
Top
See Also