Converter
Converts Html to Pdf
public abstract class Converter
Public MustInherit Class Converter
Inheritance: ObjectConverter
Licensing Info
This class is a DynamicPDF HTML Converter feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF HTML Converter for .NET v2.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
ChromiumProcessArgs | Gets or sets additional command-line arguments for google-chrome/chromium. |
ChromiumProcessPath | Gets or sets the full path to the google-chrome/chromium executable (including the name of executable). Setting this property is mandatory in the case of a Linux-based machine. On Windows, set this property to use locally installed chrome/chromium. |
TemporaryDirectory | Gets or sets the temporary directory path |
Methods
AddLicense(String) | Adds a license key. |
Convert(String, String, [Optional] Uri, [Optional] ConversionOptions) | Initializes a new instance of the HtmlConverter class. |
Convert(String, [Optional] Uri, [Optional] ConversionOptions) | Initializes a new instance of the HtmlConverter class. |
Convert(Uri, [Optional] ConversionOptions) | Initializes a new instance of the HtmlConverter class. |
Convert(Uri, String, [Optional] ConversionOptions) | Initializes a new instance of the HtmlConverter class. |
ConvertAsync(String, String, [Optional] Uri, [Optional] ConversionOptions) | Does the Asynchronous conversion |
ConvertAsync(String, [Optional] Uri, [Optional] ConversionOptions) | Does the Asynchronous conversion |
ConvertAsync(Uri, [Optional] ConversionOptions) | Does the Asynchronous conversion |
ConvertAsync(Uri, String, [Optional] ConversionOptions) | Does the Asynchronous conversion |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ReleaseResources() | Releases all cache setup for faster conversions in order to gain memory and storage space. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
Events
Converter.Loaded | Occurs after HTML string or URL has been loaded and ready for conversion. |