The HtmlToPdfConverter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginBatch |
Intiates PDF processing in the batch mode (generate several PDF documents using one wkhtmltopdf process)
| |
| EndBatch |
Ends PDF processing in the batch mode.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GeneratePdf(String) |
Generates PDF by specifed HTML content
| |
| GeneratePdf(String, String) |
Generates PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
| |
| GeneratePdf(String, String, Stream) |
Generates PDF by specfied HTML content (optionally with the cover page).
| |
| GeneratePdf(String, String, String) |
Generates PDF by specfied HTML content (optionally with the cover page).
| |
| GeneratePdfFromFile(String, String) |
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
| |
| GeneratePdfFromFile(String, String, Stream) |
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
| |
| GeneratePdfFromFile(String, String, String) |
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
| |
| GeneratePdfFromFiles(String, String, Stream) |
Generate PDF into specified Stream by several HTML documents (local files or URLs)
| |
| GeneratePdfFromFiles(String, String, String) |
Generate PDF into specified output file by several HTML documents (local files or URLs)
| |
| GeneratePdfFromFiles(WkHtmlInput, String, String) |
Generate PDF into specified output file by several HTML documents (local files or URLs)
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also