HtmlToPdfConverterConvertHtmlToPdfDocumentObject Method

Overload List

ConvertHtmlToPdfDocumentObject(String, String) Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects.
ConvertHtmlToPdfDocumentObject(String, String, String) Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects.

See Also