The PdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertHtml(String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtml(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 into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlFile |
Converts a HTML file to PDF and returns the rendered PDF document into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlFileToFile |
Converts a HTML file to PDF and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlFileToPdfDocumentObject |
Converts a HTML file to PDF 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
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlFileToStream |
Converts a HTML file to PDF and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStream(Stream, Encoding, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and returns the rendered PDF document into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStream(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL
and returns the rendered PDF document into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToFile(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToFile(Stream, Encoding, String, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL
and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) |
Converts a HTML string read from a stream 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.
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links 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.
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToStream(Stream, Encoding, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlStreamToStream(Stream, Encoding, String, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlToFile(String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlToFile(String, String, String, String) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | 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.
(Inherited from HtmlToPdfConverter.) |
![]() | 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.
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlToStream(String, String, Stream) |
Converts a HTML string to PDF using a base URL to resolve external resources and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertHtmlToStream(String, String, String, Stream) |
Converts a HTML string to PDF using a base URL to resolve external resources and an internal links base URL and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertUrl |
Converts an URL to PDF and returns the rendered PDF document into a memory buffer
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertUrlToFile |
Converts an URL to PDF and writes the rendered PDF document into a file
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertUrlToPdfDocumentObject |
Converts an URL to PDF 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
(Inherited from HtmlToPdfConverter.) |
![]() | ConvertUrlToStream |
Converts an URL to PDF and writes the rendered PDF document into a stream
(Inherited from HtmlToPdfConverter.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPdfBytesFromHtmlFile |
Converts a HTML file to PDF. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFile(String) method in the future versions
|
![]() | GetPdfBytesFromHtmlStream(Stream, Encoding) |
Converts a HTML from a stream to PDF. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStream(Stream, Encoding, String) method in the future versions
|
![]() | GetPdfBytesFromHtmlStream(Stream, Encoding, String) |
Converts a HTML from a stream to PDF using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStream(Stream, Encoding, String) method in the future versions
|
![]() | GetPdfBytesFromHtmlStream(Stream, Encoding, String, String) |
Converts a HTML from a stream to PDF 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 ConvertHtmlStream(Stream, Encoding, String, String) method in the future versions
|
![]() | GetPdfBytesFromHtmlString(String) |
Converts a HTML string to PDF. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtml(String, String) method in the future versions
|
![]() | GetPdfBytesFromHtmlString(String, String) |
Converts a HTML string to PDF using a base URL. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtml(String, String) method in the future versions
|
![]() | GetPdfBytesFromHtmlString(String, String, String) |
Converts a HTML string to PDF 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 ConvertHtml(String, String, String) method in the future versions
|
![]() | GetPdfBytesFromUrl |
Converts an URL to PDF. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrl(String) method in the future versions
|
![]() | GetPdfDocumentObjectFromHtmlFile |
Converts a HTML file to a PDF document object.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFileToPdfDocumentObject(String) method in the future versions
|
![]() | GetPdfDocumentObjectFromHtmlStream(Stream, Encoding) |
Converts a HTML from a stream to PDF document object. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) method in the future versions
|
![]() | GetPdfDocumentObjectFromHtmlStream(Stream, Encoding, String) |
Converts a HTML from a stream 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 ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String) method in the future versions
|
![]() | GetPdfDocumentObjectFromHtmlStream(Stream, Encoding, String, String) |
Converts a HTML from a stream 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 ConvertHtmlStreamToPdfDocumentObject(Stream, Encoding, String, String) method in the future versions
|
![]() | 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
|
![]() | GetPdfDocumentObjectFromUrl |
Converts an URL to PDF document object.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToPdfDocumentObject(String) method in the future versions
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SavePdfFromHtmlFileToFile |
Converts a HTML file to PDF and saves the rendered PDF document into a file. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFileToFile(String, String) method in the future versions
|
![]() | SavePdfFromHtmlFileToStream |
Converts a HTML file to PDF and saves the rendered PDF document into a stream. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlFileToStream(String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStreamToFile(Stream, Encoding, String) |
Converts the HTML string read from a stream to PDF and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToFile(Stream, Encoding, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStreamToFile(Stream, Encoding, String, String) |
Converts a HTML string read from a stream to PDF using a base URL and saves the rendered PDF document into a fil.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToFile(Stream, Encoding, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStreamToFile(Stream, Encoding, String, String, String) |
Converts a HTML string read from a stream to PDF using a base URL and an internal links base URL and saves the rendered PDF document into a fil.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToFile(Stream, Encoding, String, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStreamToStream(Stream, Encoding, Stream) |
Converts the HTML string read from a stream to PDF and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToStream(Stream, Encoding, String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStreamToStream(Stream, Encoding, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToStream(Stream, Encoding, String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStreamToStream(Stream, Encoding, String, String, Stream) |
Converts a HTML string read from a stream to PDF using a base URL and an internal links base URL and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlStreamToStream(Stream, Encoding, String, String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStringToFile(String, String) |
Converts a HTML string to PDF and saves the rendered PDF document into a file. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToFile(String, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStringToFile(String, String, String) |
Converts a HTML string to PDF using a base URL and saves the rendered PDF document into a file.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToFile(String, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStringToFile(String, String, String, String) |
Converts a HTML string to PDF using a base URL and an internal links base URL and saves the rendered PDF document into a file.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToFile(String, String, String, String) method in the future versions
|
![]() | SavePdfFromHtmlStringToStream(String, Stream) |
Converts a HTML string to PDF and saves the rendered PDF document into a stream. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToStream(String, String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStringToStream(String, String, Stream) |
Converts a HTML string to PDF using a base URL and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToStream(String, String, Stream) method in the future versions
|
![]() | SavePdfFromHtmlStringToStream(String, String, String, Stream) |
Converts a HTML string to PDF using a base URL and an internal links base URL and saves the rendered PDF document into a stream.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertHtmlToStream(String, String, String, Stream) method in the future versions
|
![]() | SavePdfFromUrlToFile |
Converts an URL to PDF and saves the rendered PDF document into a file. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToFile(String, String) method in the future versions
|
![]() | SavePdfFromUrlToStream |
Converts an URL to PDF and saves the rendered PDF document into a stream. This method is still present in the API to maintain the backward compatibility and it will be replaced
by ConvertUrlToStream(String, Stream) method in the future versions
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also