Namespace: BitMiracle.Docotic.Pdf.HtmlToPdf
public sealed class HtmlConverter : IAsyncDisposable, IDisposable
Public NotInheritable Class HtmlConverter Implements IAsyncDisposable, IDisposable
The HtmlConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateAsync |
Creates a new instance of HtmlConverter as an asynchronous operation.
|
![]() | CreatePdfAsync(Stream, HtmlConversionOptions) |
Creates a new PdfDocument with the contents of the specified HTML stream
as an asynchronous operation.
|
![]() | CreatePdfAsync(String, HtmlConversionOptions) |
Creates a new PdfDocument with the contents of the specified HTML file as
an asynchronous operation.
|
![]() | CreatePdfAsync(Uri, HtmlConversionOptions) |
Creates a new PdfDocument with the contents at the specified URL as an
asynchronous operation.
|
![]() | CreatePdfFromStringAsync |
Creates a new PdfDocument with the specified HTML code as an asynchronous
operation.
|
![]() | Dispose |
Disposes internal resources of this converter.
|
![]() | DisposeAsync |
Disposes internal resources of this converter as an asynchronous operation.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |