Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Performs HTML to PDF conversion.
Inheritance Hierarchy
Bytescout.PDF.ConvertersHtmlToPdfConverter
Namespace: Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
The HtmlToPdfConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HtmlToPdfConverter |
Initializes a new instance of the HtmlToPdfConverter class.
|
![]() | HtmlToPdfConverter(String, String) |
Initializes a new instance of the HtmlToPdfConverter class.
|
Properties
Name | Description | |
---|---|---|
![]() | DocumentTitle |
Document title.
|
![]() | Footer |
Additional text to place at the bottom of every converted page.
|
![]() | Header |
Additional text to place at the top of every converted page.
|
![]() | Margins |
Margins.
|
![]() | Orientation |
Page orientation, portrait or landscape.
|
![]() | PageSize |
Page size.
|
![]() | RegistrationKey |
Registration key.
|
![]() | RegistrationName |
Registration name.
|
![]() | SuppressExceptions |
Gets or sets whether to suppress internal converter errors and return only true or false from
ConvertHtmlToPdf(String, String) method.
|
![]() | TempFolder |
Gets or sets the temporary folder path. By default the converter uses temporary folder returned by GetTempPath method.
|
Methods
Name | Description | |
---|---|---|
![]() | ConvertHtmlToPdf(Stream, Stream) |
Performs HTML to PDF conversion.
|
![]() | ConvertHtmlToPdf(String, String) |
Performs HTML to PDF conversion.
|
![]() | Dispose |
Releases resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also