Winnovative RTF to PDF Converter Library for .NET Documentation

PdfConverterGetPdfBytesFromRtfFile 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[] GetPdfBytesFromRtfFile(
	string rtfFilePath
)

Parameters

rtfFilePath
Type: SystemString
The full path of the RTF file

Return Value

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

Reference