This class is the main class of the HTML to PDF Converter which offers the necessary methods to create a PDF document from a web page at given URL or from a HTML string. The generated PDF document can be saved in a memory buffer or into a file.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfConverter
Visual Basic
Public Class PdfConverter
Visual C++
public ref class PdfConverter

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfConverter

See Also