CHtmlConverterConvertToPdf Method |
| Name | Description | |
|---|---|---|
| ConvertToPdf(FileInfo, FileInfo) |
Converts HTML from a file to PDF and saves to another file
| |
| ConvertToPdf(Stream, Stream) |
Converts HTML from a stream to PDF and writes to another stream
| |
| ConvertToPdf(String, Stream) |
Converts HTML content string to PDF and writes to the specified stream
| |
| ConvertToPdf(String, String) |
Converts HTML from a file path to PDF and saves to another file path
| |
| ConvertToPdf(FileInfo, FileInfo, CConverterProperties) |
Converts HTML from a file to PDF and saves to another file
| |
| ConvertToPdf(Stream, Stream, CConverterProperties) |
Converts HTML from a stream to PDF and writes to another stream
| |
| ConvertToPdf(String, Stream, CConverterProperties) |
Converts HTML content string to PDF and writes to the specified stream
| |
| ConvertToPdf(String, String, CConverterProperties) |
Converts HTML from a file path to PDF and saves to another file path
|