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.
| C# | Visual Basic | Visual C++ |
namespace Winnovative.WnvRtfToPdf
Namespace Winnovative.WnvRtfToPdf
namespace Winnovative.WnvRtfToPdf
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| PdfCompressionLevel |
The rendered PDF compression level
| |
| 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 efect
| |
| 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 efect
| |
| PDFPageOrientation |
PDF page orientation
| |
| PdfPageSize |
The PDF document size
| |
| RtfConvertException |
The exception thrown by the RTF to PDF Converter library.
|