Winnovative RTF to PDF Converter Library for .NET 
 
 
Winnovative.WnvRtfToPdf defines the RTF to PDF for .NET converter API. Basically it consists in the class PDFConverter that can be used to convert a RTF string to a PDF document.
Classes
| Class | Description | |
|---|---|---|
|  | PdfConverter | 
            This class offers the necessary API to create a PDF document from
            a specified RTF string or file
             | 
|  | PdfDocumentOptions | 
            This class encapsulates the options to control the PDF document
            redering process. The PDFConverter class define 
            a reference to an object of this type
             | 
|  | PdfFooterOptions | 
            This class encapsulates the options to control the appearance of the 
            footer in the rendered PDF document. The PDFConverter class contains a 
            reference to an object of this type. If the ShowFooter property from PDFDocumentOptions 
            object is false, the footer options have no effect
             | 
|  | PdfHeaderOptions | 
            This class encapsulates the options to control the appearance of the 
            header in the rendered PDF document. The PDFConverter class contains a 
            reference to an object of this type. If the ShowHeader property of the PDFDocumentOptions 
            object is false, the header options have no effect
             | 
|  | RtfConvertException | 
            The exception thrown by the RTF to PDF Converter library.
             | 
Enumerations
| Enumeration | Description | |
|---|---|---|
|  | PdfCompressionLevel | 
            This enumration represents the possible compression levels that can be used in the PDF documents created by the RTF to PDF library
             | 
|  | PDFPageOrientation | 
            PDF page orientation
             | 
|  | PdfPageSize | 
            The PDF document size
             | 
