RtfToPdfConverter Class

Provides functionality for converting RTF documents to PDF format with support for customization options such as metadata, security and viewer preferences

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.0.0
C#
public class RtfToPdfConverter
Inheritance
Object    RtfToPdfConverter

Constructors

RtfToPdfConverter Initializes a new instance of the RtfToPdfConverter class with default options

Properties

DigitalSignature The digital signature to apply to generated PDF document
PdfDocumentInfo Gets a reference to the object to controlling the generated PDF document information like the document title, author, subject or creation date
PdfDocumentOptions Gets a reference to the object controlling the conversion process and the generated PDF document properties like PDF document margins, PDF page size and orientation, PDF document header and footer
PdfSecurityOptions Gets a reference to the object to controlling the generated PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document
PdfViewerPreferences Gets a reference to the object controlling how the generated PDF is displayed by a PDF viewer
RtfLoaderFilePath Sets the full path of RTF loader file

Methods

ConvertFileToPdf Converts an RTF file to a PDF byte array
ConvertFileToPdfAsync Asynchronously converts an RTF file to a PDF byte array
ConvertFileToPdfFile Converts an RTF file to PDF and writes the result to the specified output path
ConvertFileToPdfFileAsync Asynchronously converts an RTF file to PDF and writes the result to the specified output path
ConvertStreamToPdf Converts an RTF stream to a PDF byte array
ConvertStreamToPdfAsync Asynchronously converts an RTF stream to a PDF byte array
ConvertStreamToPdfFile Converts an RTF stream to PDF and writes the result to the specified output path
ConvertStreamToPdfFileAsync Asynchronously converts an RTF stream to PDF and writes the result to the specified output path
ConvertStringToPdf Converts an RTF string (raw RTF markup like "{\rtf1...}") to a PDF byte array
ConvertStringToPdfAsync Asynchronously converts an RTF string (raw RTF markup like "{\rtf1...}") to a PDF byte array
ConvertStringToPdfFile Converts an RTF string (raw RTF markup) to PDF and writes the result to the specified output path
ConvertStringToPdfFileAsync Asynchronously converts an RTF string (raw RTF markup) to PDF and writes the result to the specified output path
ConvertToPdf Converts an RTF byte array to a PDF byte array
ConvertToPdfAsync Asynchronously converts an RTF byte array to a PDF byte array
ConvertToPdfFile Converts an RTF byte array to PDF and writes the result to the specified output path
ConvertToPdfFileAsync Asynchronously converts an RTF byte array to PDF and writes the result to the specified output path
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also