Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterGetPdfBytesFromRtfString Method

Winnovative RTF to PDF Converter Library for .NET
Winnovative RTF to PDF Converter Library for .NET
Gets the PDF document rendered from the specified RTF file to a memory buffer.

Namespace:  Winnovative.WnvRtfToPdf
Assembly:  wnvrtftopdf (in wnvrtftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public byte[] GetPdfBytesFromRtfString(
	string rtfString
)

Parameters

rtfString
Type: SystemString
The RTF code

Return Value

Type: Byte
An array of bytes containing the binary representation of the generatedPDF document
See Also

Reference