Overload List
Name | Description | |
---|---|---|
GetPdfDocumentObjectFromHtmlString(String) |
Converts a HTML string to PDF document object.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToPdfDocumentObject(String, String) method in the future versions
| |
GetPdfDocumentObjectFromHtmlString(String, String) |
Converts a HTML string to a PDF document object using a base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToPdfDocumentObject(String, String) method in the future versions
| |
GetPdfDocumentObjectFromHtmlString(String, String, String) |
Converts a HTML string to a PDF document object using a base URL and an internal links base URL.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToPdfDocumentObject(String, String, String) method in the future versions
|
See Also