Winnovative RTF to PDF Converter Library for .NET
Top
The PdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
GetPdfBytesFromRtfFile |
Gets the PDF document rendered from the specified RTF file to a memory buffer.
| |
GetPdfBytesFromRtfString |
Gets the PDF document rendered from the specified RTF file to a memory buffer.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SavePdfFromRtfFileToFile |
Saves the rendered PDF document from the specified HTML file into the specified
disk file
| |
SavePdfFromRtfFileToStream |
Saves the PDF document rendered from the specified RTF file to the specified stream.
| |
SavePdfFromRtfStringToFile |
Saves the rendered PDF document from the specified URL into the specified
disk file
| |
SavePdfFromRtfStringToStream |
Saves the rendered PDF document from the specified rtf string to the specified stream.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also